Created
March 9, 2018 07:50
-
-
Save hironobu-s/a7c7fb246e9491b6aada0387f3ce47c5 to your computer and use it in GitHub Desktop.
自己署名のSSL証明書を一発で作る椀ワンライナー
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 -new -x509 -sha256 -newkey rsa:2048 -days 365 -nodes -out nginx.pem -keyout nginx.key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment