Skip to content

Instantly share code, notes, and snippets.

@detj
Created October 14, 2015 13:48
Show Gist options
  • Save detj/fc1ba591fc01606177cc to your computer and use it in GitHub Desktop.
Save detj/fc1ba591fc01606177cc to your computer and use it in GitHub Desktop.
Create a PKCS#12 or .p12 file which can be readily imported into Keychain Access
openssl pkcs12 -export -out server.p12 -inkey server.key -in server.crt -certfile CACert.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment