Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hironobu-s/a7c7fb246e9491b6aada0387f3ce47c5 to your computer and use it in GitHub Desktop.
Save hironobu-s/a7c7fb246e9491b6aada0387f3ce47c5 to your computer and use it in GitHub Desktop.
自己署名のSSL証明書を一発で作る椀ワンライナー
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