Skip to content

Instantly share code, notes, and snippets.

@pyghassen
Created October 21, 2014 10:00
Show Gist options
  • Save pyghassen/eba64964d5a4bd021e04 to your computer and use it in GitHub Desktop.
Save pyghassen/eba64964d5a4bd021e04 to your computer and use it in GitHub Desktop.
openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr
openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment