Skip to content

Instantly share code, notes, and snippets.

@jamesbrooks
Created April 4, 2013 00:20
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 jamesbrooks/5306657 to your computer and use it in GitHub Desktop.
Save jamesbrooks/5306657 to your computer and use it in GitHub Desktop.
Generate self-signed SSL certificate
openssl req -x509 -nodes -days 3650 -newkey rsa:2048 -keyout domain.key -out domain.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment