Skip to content

Instantly share code, notes, and snippets.

@alotaiba
Created April 11, 2011 10:21
Show Gist options
  • Save alotaiba/913324 to your computer and use it in GitHub Desktop.
Save alotaiba/913324 to your computer and use it in GitHub Desktop.
Converting Apple's certificates from .p12 to .pem format
openssl pkcs12 -in secret_file.p12 -out secret_file.pem -nodes -clcerts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment