Skip to content

Instantly share code, notes, and snippets.

@alexclifford
Created June 30, 2014 01:47
Show Gist options
  • Save alexclifford/2bc1ecef47a13c0efd4d to your computer and use it in GitHub Desktop.
Save alexclifford/2bc1ecef47a13c0efd4d to your computer and use it in GitHub Desktop.
Create a self-signed SSL certificate
sudo openssl req -newkey rsa:2048 -x509 -nodes -days 3560 -out public.crt -keyout private.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment