Skip to content

Instantly share code, notes, and snippets.

@georgebent
Last active July 3, 2019 15:14
Show Gist options
  • Save georgebent/adee688a86988296e01c10da26800943 to your computer and use it in GitHub Desktop.
Save georgebent/adee688a86988296e01c10da26800943 to your computer and use it in GitHub Desktop.
Openssl commands
// make p12 certificate from files
openssl pkcs12 -export -in client.crt -inkey client.key -certfile ca.crt -out client01.p12 -passout pass:pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment