Skip to content

Instantly share code, notes, and snippets.

@davidoevans
Last active May 22, 2019 14:52
Show Gist options
  • Save davidoevans/91d4ee3425d5033ea83444703036b4cd to your computer and use it in GitHub Desktop.
Save davidoevans/91d4ee3425d5033ea83444703036b4cd to your computer and use it in GitHub Desktop.
Create a PKCS12 bundle
# Create a PKCS12 bundle that includes the cert and private key - remember the passphrase
openssl pkcs12 -export -in my-test-pharmacy-cert.pem -inkey my-test-pharmacy-key.pem -out my-test-pharmacy-cert.pfx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment