Closed buttifabio closed 7 years ago
Are you sure that the .pem
includes the private key as well?
I generated it automatically with fastlane/pem so no, the private key is not included.
I've just seen this paragraph in fastlane/pem, so probably i have to do like that to import p12 with private key.
Why does Knuff need the private key? To send a push notification my server just need a pem certificate with only the public key; am I wrong?
Thank you
No, you still need the private key when sending you messages from a server.
It would be nice to have the possibility to send push notifications only having a pem. Currently if i add a pem to my keychain it doesn't shows up as an identity in the choose dialog.