Skip to content

Instantly share code, notes, and snippets.

@Dillie-O
Created September 14, 2017 20:17
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 Dillie-O/6cf41e703dd783adc7ca528db3a4e063 to your computer and use it in GitHub Desktop.
Save Dillie-O/6cf41e703dd783adc7ca528db3a4e063 to your computer and use it in GitHub Desktop.
[Convert SSL Cerfiticate CER to PFX] Convert SSL Certificate for Azure Use #ssl #cer #pfx #pkcs7 #pkcs12
openssl pkcs12 -export -out final_name.pfx -inkey private_key.key -in original_certificate.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment