Skip to content

Instantly share code, notes, and snippets.

@dantheman213
Created December 27, 2015 17:19
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 dantheman213/7c75d05d9bbea9ec2e1c to your computer and use it in GitHub Desktop.
Save dantheman213/7c75d05d9bbea9ec2e1c to your computer and use it in GitHub Desktop.
Create self-signed SSL certificate
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout site.key -out site.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment