Skip to content

Instantly share code, notes, and snippets.

@swimauger
Created May 19, 2021 16:15
Show Gist options
  • Save swimauger/43c66af90428a269433e4709485d44f1 to your computer and use it in GitHub Desktop.
Save swimauger/43c66af90428a269433e4709485d44f1 to your computer and use it in GitHub Desktop.
Create Self-Signed TLS Certificate
openssl req -new -newkey rsa:4096 -x509 -sha256 -days 365 -nodes -out <key_name>.crt -keyout <key_name>.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment