Skip to content

Instantly share code, notes, and snippets.

@brunojppb
Created August 4, 2015 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunojppb/b8f9d2682f4a96e45315 to your computer and use it in GitHub Desktop.
Save brunojppb/b8f9d2682f4a96e45315 to your computer and use it in GitHub Desktop.
# Development
openssl pkcs12 -in development.p12 -out development.pem -nodes -clcerts
# Production
openssl pkcs12 -in production.p12 -out production.pem -nodes -clcerts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment