Skip to content

Instantly share code, notes, and snippets.

@stephen-hill
Created January 27, 2015 11:12
Show Gist options
  • Save stephen-hill/aa2e16ac053a90b2791c to your computer and use it in GitHub Desktop.
Save stephen-hill/aa2e16ac053a90b2791c to your computer and use it in GitHub Desktop.
Create a new Self-Signed OpenSSL Certificate
openssl req -x509 -nodes -days 36500 -newkey rsa:4096 -sha256 -keyout private.key -out certificate.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment