Skip to content

Instantly share code, notes, and snippets.

@filipechagas
Created April 25, 2014 19:30
Show Gist options
  • Save filipechagas/11300399 to your computer and use it in GitHub Desktop.
Save filipechagas/11300399 to your computer and use it in GitHub Desktop.
Generate self signed ssl keys, for test purpose
openssl req -new -x509 -nodes -out server.crt -keyout server.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment