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 3 years have passed since last update.

Let’s EncryptでサイトをSSL化する方法

Posted at

Let’s Encryptを使うと無料でサイトをSSL化できます。

環境
  • さくらVPS
  • Debian 10.3
手順

以下の3つのコマンドを実行してください。

$ wget https://dl.eff.org/certbot-auto
$ chmod a+x certbot-auto
$ ./certbot-auto

最後のコマンド ./certbot-autoを実行すると、SSL化するドメインはどれにしますか?などといった質問が色々表示されます。

これに答え終わると、自動で設定ファイルを書き換えてくれているので、質問で選択したドメインにアクセスしてみると、すでにSSL化が完了しています。

いや〜、すごい簡単。

参考

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?