Skip to content

Instantly share code, notes, and snippets.

@kenazk
Last active March 24, 2016 22:55
Show Gist options
  • Save kenazk/e176bb4cf9293712b0b0 to your computer and use it in GitHub Desktop.
Save kenazk/e176bb4cf9293712b0b0 to your computer and use it in GitHub Desktop.
Generating an Azure Management Certificate
1. Generate the certificate locally
openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout azurecert.pem -out azurecert.pem -subj "/CN=My Azure Cert"
openssl x509 -inform pem -in azurecert.pem -outform der -out azurecert.cer
2. Navigate to https://manage.windowsazure.com
3. Click on Settings from the Menu
4. Select Management Certificates
5. Upload the cer file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment