-
-
Save darrylmorley/db96b5c8963715b137d245763d220fd2 to your computer and use it in GitHub Desktop.
Generate private SSL key
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
# 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