Skip to content

Instantly share code, notes, and snippets.

@haydonryan
Created April 5, 2017 15:42
Show Gist options
  • Save haydonryan/a993b9efcc3e0cad2c4001c626dc79af to your computer and use it in GitHub Desktop.
Save haydonryan/a993b9efcc3e0cad2c4001c626dc79af to your computer and use it in GitHub Desktop.
convert cert and private key to PFX (AZURE)
openssl pkcs12 -export -out certificate.pfx -inkey sys.azure.hnrglobal.com.key -in sys.azure.hnrglobal.com.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment