Let’s Encryptのスクリプトが更新されてたので備忘録。
80/tcpで通信するんで一旦web止めて更新してるけどなんか他に方法があるはず。多分。
新規取得
git clone https://github.com/certbot/certbot
cd certbot/
sudo service nginx stop
sudo ./certbot-auto certonly --standalone -d samai.net -d blog.samai.net
sudo service nginx start
更新
cd certbot/
sudo service nginx stop
sudo ./certbot-auto certonly --renew --force-renew
sudo service nginx start