Skip to content

Instantly share code, notes, and snippets.

@bhongy
Last active October 18, 2021 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhongy/54e742459b0306214d429fbb19bf681d to your computer and use it in GitHub Desktop.
Save bhongy/54e742459b0306214d429fbb19bf681d to your computer and use it in GitHub Desktop.
Creating TLS Certificate
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