Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amjadafanah/79d7a8777c8dff847899 to your computer and use it in GitHub Desktop.
Save amjadafanah/79d7a8777c8dff847899 to your computer and use it in GitHub Desktop.
openssl private key creation for Microsoft Azure
openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout <key-name>.pem -out <key-name>.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment