Skip to content

Instantly share code, notes, and snippets.

@Stafox
Created April 9, 2014 13:03
Show Gist options
  • Save Stafox/10267760 to your computer and use it in GitHub Desktop.
Save Stafox/10267760 to your computer and use it in GitHub Desktop.
Generate .pem from p12
openssl pkcs12 -in server_certificates_bundle_sandbox.p12 -out server_certificates_bundle_sandbox.pem -nodes -clcerts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment