Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amjadafanah/ffd58f6f45aad7359ef0 to your computer and use it in GitHub Desktop.
Save amjadafanah/ffd58f6f45aad7359ef0 to your computer and use it in GitHub Desktop.
openssl certificate generation for Microsoft Azure
openssl x509 -inform pem -in <key-name>.pem -outform der -out <cer-name>.cer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment