更新日:2016年08月06日
0. 環境
[CentOS] 6.4 (64bit版カーネル)
[Apache] 2.2.15
[Firefox] 46.0.1
1. Let’s Encryptのコマンド変更
- 証明書を更新した際、 「letsencrypt-autoコマンドはもう古いよ」という警告が出たので、更新したいと思います。
2. 更新作業(【】はマスク情報)
Let’s Encryptがβ版の時はgit cloneして /usr/local/src/letsencrypt ディレクトリを作成しましたが、今回はそれとは別ディレクトリを作成します。
# cd /usr/local/src # git clone https://github.com/certbot/certbot # cd certbot
疑似実行したところ成功したようなので、証明書の期限が迫ってきたら dry-run なしで実行してみたいと思います。
# ./certbot-auto renew --dry-run : (省略) : Congratulations, all renewals succeeded. The following certs have been renewed: /etc/letsencrypt/live/【ドメイン名】/fullchain.pem (success) ** DRY RUN: simulating 'certbot renew' close to cert expiry ** (The test certificates above have not been saved.)
(2016/08/06, 追記) dry-runなしでの実行結果はこちら