Skip to content

Instantly share code, notes, and snippets.

@wegotoeleven
Last active August 5, 2022 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wegotoeleven/44bf8e1062e4b1613a8f036d081a00df to your computer and use it in GitHub Desktop.
Save wegotoeleven/44bf8e1062e4b1613a8f036d081a00df to your computer and use it in GitHub Desktop.
Create certificate bundle
# Create certificate bundle with private key and cert, and intermediate certs
openssl pkcs12 -export -out <certBundle>.pfx -inkey <privateKey>.key -in <serverCert>.crt -certfile <intermediateCert>.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment