サーバ運用メモ

証明書関連のエラーに対処したのでメモ。(環境はSakuraのCentOS 7.5)

以下のメールが到着した。

Update your client software to continue using Let’s Encrypt

怪しいメールではなさそうだ。アップデートしたら良い、と読めたので単純にcertbotを更新してみる。

$ sudo yum update certbot

更新は成功。でもcertbotを実行すると以下のエラーが出る。

AttributeError: ‘module’ object has no attribute ‘TLSSNI01’

以下のページを参考にしてpython-certbot-apacheを更新。

Certbot.plugins.common has no attribute ‘TLSSNI01’

$ sudo yum update certbot python-certbot-apache

上手く行った。よかったよかった。

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です