Last active
October 18, 2021 12:35
-
-
Save bhongy/54e742459b0306214d429fbb19bf681d to your computer and use it in GitHub Desktop.
Creating TLS 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 genrsa -out tls.key 4096 | |
openssl req -new -x509 -key tls.key -out tls.cert -days 360 -subj |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment