-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
obtain cert.pem and key.pem #1
Comments
Hi, you need to export the certificate as a .p12 file with the Keychain application from OSX. openssl pkcs12 -in "Certificates.p12" -clcerts -nokeys -out certificate.pem I'll update the README with more instructions shortly. |
Hi fara thank's for your reply this is not supported in your methods, i think |
Hi, ogonbat. I faced with WWDR problem yesterday :) |
spronin, ogonbat, yes, intermediate signing was missing since it's something new. I'm closing this issue now since spronin created a separate issue for that. |
Hi,
i have a question.
i have created the certificate into the provisioning portal.
i have downloaded the .cert file form this portal.
so,
how i obtain the certificate and the key.pem file.
sorry for this stupid and newbie question but i'm not a crypto expert :-)
The text was updated successfully, but these errors were encountered: