Created
January 28, 2020 22:01
-
-
Save da-n/1992eb0f9e8e231f59f2b56a9ad92563 to your computer and use it in GitHub Desktop.
Creating 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
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