Skip to content

Instantly share code, notes, and snippets.

@cpard
Created May 28, 2014 11:18
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 cpard/8cddbfc40f1e9f2b680a to your computer and use it in GitHub Desktop.
Save cpard/8cddbfc40f1e9f2b680a to your computer and use it in GitHub Desktop.
#do not forget to do the following in an appropriate directory ;)
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout azure-private.key -out azure-certificate.pem
chmod 600 *
openssl x509 outform der -in azure-certificate.pem -out azure-certificate.cer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment