Created
June 30, 2014 01:47
-
-
Save alexclifford/2bc1ecef47a13c0efd4d to your computer and use it in GitHub Desktop.
Create a self-signed SSL certificate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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