You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the apns2 module but when I try to load the p12 file I get the following error
ans1: indefinite length found (not DER)
I was able to convert the file to .pem using the command line openssl, and it worked but this is not an ideal solution, I need to be able to use the p12 file directly or convert it to pem at runtime. Sadly the openssl bindings do not offer this functionality as of now. Any suggestions?
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to use the apns2 module but when I try to load the p12 file I get the following error
I was able to convert the file to
.pem
using the command line openssl, and it worked but this is not an ideal solution, I need to be able to use the p12 file directly or convert it to pem at runtime. Sadly the openssl bindings do not offer this functionality as of now. Any suggestions?The text was updated successfully, but these errors were encountered: