I use apn node.js module to send Apple Push Notification but it does not work.
In the configuration, I use my key and certificate in .pem format but the key is protected.
I have created this key.pem file from key.p12 file.
I’d like to deprotect the key so I do not have to enter passphrase.
I did not find how to do this, any idea ?
I figured it out.
Once the key is in .pem file, I just needed to issue the following command: