Created
February 14, 2022 13:30
-
-
Save brahimmachkouri/a453d485ba9a9ebbac31fe29388df7b7 to your computer and use it in GitHub Desktop.
Generate a self signed certificate without asking a passphrase for the private 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
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 5000 -nodes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment