We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
Is there are ways to create mdm.p12 with out Keychain Access?
mdm.p12
I know that the first part of the step (getting User ID) can be done using Openssl:
User ID
openssl x509 -noout -subject -in <file_from_apns>.pem
But what about mdm.p12? Or even PushCert.pem?
PushCert.pem
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
Is there are ways to create
mdm.p12
with out Keychain Access?I know that the first part of the step (getting
User ID
) can be done using Openssl:But what about
mdm.p12
? Or evenPushCert.pem
?Thanks
The text was updated successfully, but these errors were encountered: