Skip to content

Instantly share code, notes, and snippets.

@redraw
Last active April 11, 2025 22:52
Show Gist options
  • Save redraw/bd37f8bdb2668aebd093e439df37ef5e to your computer and use it in GitHub Desktop.
Save redraw/bd37f8bdb2668aebd093e439df37ef5e to your computer and use it in GitHub Desktop.
self cert 1 liner
openssl req -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout cert.key -out cert.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment