Open YoniH opened 7 years ago
I would also like information on if this is supported.
hi, any news?
Did someone found a solution to this problem. I also need to know how can i load a p8 into X509Certificate.
Any news?
@YoniH How do you convert that CngKey to an X509Certificate2?
Edit / Solution: Created a .p12 file using Keychain Access on my Mac.
Use this .p12 file with the library
Hi, I'm using the latest code on apns-http2 branch, and trying to send push notifications to iOS devices, using token-based authentication.
I generated an APNs Auth Key in Apple's Dev Portal, and downloaded it (it's a file with p8 extension).
Am I supposed to load the p8 file to an X509Certificate2 object? Should the p8 file be converted to p12/pfx file first? If so, how?