Last active
July 26, 2018 00:01
-
-
Save rms1000watt/96e85babedf1a980f08e0be8978902ee to your computer and use it in GitHub Desktop.
OpenSSL Self Signed Certs
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
| #!/usr/bin/env bash | |
| openssl req -x509 -newkey rsa:4096 -keyout server.key -out server.crt -days 365 -nodes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment