Replies: 1 comment
-
Well, if we take a look at pushy/pushy/src/main/java/com/eatthepath/pushy/apns/auth/ApnsSigningKey.java Lines 135 to 152 in da5f8b9 If you look at your key file, do you see those lines? Also, I'm a little surprised your initial .p8 file isn't already in the expected format. Are you sure you need to use openssl to convert it to a PEM file? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, im receiving the above error when trying to read the private key from apple.
i converted the p8 file from apple using
openssl pkcs8 -nocrypt -in AuthKey_4SND569782.p8 -out AuthKeyNEW.pem
When running the code i get:
any help really appreciated !
a
Beta Was this translation helpful? Give feedback.
All reactions