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.

NginxでSSL/TLSを利用する際の主な流れ

Posted at

●SSL/TLSの設定

NginxでSSL/TLSを利用する際の主な流れ

  1. 秘密鍵を作成する
  2. サーバ証明書を認証局に作成してもらう為、CSR(Certificate Signing Request:証明書の署名要求)を作成
  3. 認証局にCSRを提出し、その後、中間CA証明書とサーバ証明書が認証局より発行される
  4. 秘密鍵とサーバ証明書(中間CA証明書があれば結合したもの)をサーバの所定の場所へ設置し、設定ファイルでそれぞれのファイルを指定する
  5. 設定を再読み込みする
    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?