Skip to content

Instantly share code, notes, and snippets.

@darrylmorley
Last active December 22, 2023 14:27
Show Gist options
  • Save darrylmorley/db96b5c8963715b137d245763d220fd2 to your computer and use it in GitHub Desktop.
Save darrylmorley/db96b5c8963715b137d245763d220fd2 to your computer and use it in GitHub Desktop.
Generate private SSL key
# Generat Openssl key and cert.
openssl req -x509 -newkey rsa:4096 -nodes -keyout key.pem -out cert.pem -days 365
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment