Skip to content

Instantly share code, notes, and snippets.

@da-n
Created January 28, 2020 22:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save da-n/1992eb0f9e8e231f59f2b56a9ad92563 to your computer and use it in GitHub Desktop.
Save da-n/1992eb0f9e8e231f59f2b56a9ad92563 to your computer and use it in GitHub Desktop.
Creating Self-Signed SSL Certificate
openssl req -newkey rsa:4096 \
-x509 \
-sha256 \
-days 3650 \
-nodes \
-out example.crt \
-keyout example.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment