SSL導入(Let's Encrypt)
SSL(Let's Encrypt)を導入する手順。
gitをインストール
$ sudo yum install git
Certbotクライアントのダウンロード
$ cd $ git clone https://github.com/certbot/certbot
Certbotクライアントのインストール
$ cd certbot $ ./certbot-auto -d hogehoge.com
作成中
Apache2を再起動
$ sudo /etc/init.d/apache2 restart