-
-
Save urielm/6033269 to your computer and use it in GitHub Desktop.
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
## execute manualy, step by step | |
## | |
export OPENSSL_CONF=/etc/ssl/openssl.cnf | |
openssl genrsa -out server.key 2048 | |
openssl req -new -key server.key -out server.crt -x509 -days 365 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment