牌語備忘録 -pygo

あくまでもメモです。なるべくオフィシャルの情報を参照してください。

牌語備忘録 -pygo

Let’s Encrypt で自動更新するメモ

version

$ /usr/bin/certbot-auto --version
certbot 0.17.0

crontab

※更新期限の1ヶ月前からしか更新されない

0 10 * * * perl -e 'sleep int(rand(3600))' && sudo /usr/bin/certbot-auto renew --nginx --quiet --renew-hook "sudo service nginx reload"

更新期限を確認

$ sudo openssl x509 -noout -dates -in foo.pem -noout -dates
...
notBefore=Jul 17 10:00:00 2017 GMT
notAfter=Oct 15 10:00:00 2017 GMT

参考リンク