Skip to content

Instantly share code, notes, and snippets.

@compor
Created February 25, 2013 15:01
Show Gist options
  • Select an option

  • Save compor/5030375 to your computer and use it in GitHub Desktop.

Select an option

Save compor/5030375 to your computer and use it in GitHub Desktop.
create pkcs12 cert envelope with openssl
# mycert.crt - certificate file
# mykey.key - private key file
openssl pkcs12 -export -in mycert.crt -inkey mykey.key -out env.p12 -password stdin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment