0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

SSL/TLS関連の主なディレクティブ

Posted at

●SSL/TLS関連の主なディレクティブ
・ssl{on|off} SSL/TLSの有効化・無効化 ※バージョン1.15からはlistenディレクトリでsslを指定する
・ssl_certificate ファイル名; サーバ証明書のファイルを指定(中間CA証明書があるとき
・ssl_certicate_key ファイル名; サーバ秘密鍵のファイルを指定
・ssl_ciphers 暗号スイート; 使用可能な暗号スイートを指定
・ssl_protocols プロトコル; 使用可能なSSLなプロトコルを指定

●Nginxの設定を再読み込みするコマンド

nginx -s reload

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?