Skip to content

Instantly share code, notes, and snippets.

@bertrandmartel
Created May 16, 2015 00:29
Show Gist options
  • Save bertrandmartel/da66471d2a987b42a12c to your computer and use it in GitHub Desktop.
Save bertrandmartel/da66471d2a987b42a12c to your computer and use it in GitHub Desktop.
[ SHELL ] convert public cert + private key + ca cert to pkcs12 cert
openssl pkcs12 -export -out cert.p12 -inkey cert.key -in cert.crt -certfile ca.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment