だ。ログ。

開発とかスノボとかやきうとか。

Let's Encryptの証明書の更新エラー

上手く更新が出来ない

もともと手を入れていないサーバーなので、自分の管理外だったのだが「SSLが更新出来ない」との依頼。

$ certbot renew

Beginning June 1, 2020, we will stop allowing new domains to validate using the ACMEv1 protocol. You should upgrade to an ACMEv2 compatible client before then, or certificate issuance will fail. For most people, simply upgrading to the latest version of your existing client will suffice.

どうやらACMEv1にしか今のバージョン対応してないからACMEv2に対応するようにアップデートしてね。とのお達し。

$ certbot --version
-- certbot 0.21.1

ああ、コレだ。
2021年6月の段階でcertbotのバージョンは1.11.0なので相当古い物を使い続けていた。
アップデートしていない事により、バージョンが対象外になったよ。って事なのでアップデート

$ yum update certbot-apache

$ certbot --version
-- certbot 1.11.0

$ certbot renew

上手く通った。
多分古いサーバーで更新出来ないってなハナシがこれからぽつぽつ出てきそうなのでメモ。