Please switch to next_update_utcってどういうこと?

systemd[1]: Starting Service for snap application certbot.renew...
certbot.renew[90074]: /snap/certbot/4182/lib/python3.12/site-packages/certbot/ocsp.py:238: CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to this_update_utc.
certbot.renew[90074]: if not response_ocsp.this_update:
certbot.renew[90074]: /snap/certbot/4182/lib/python3.12/site-packages/certbot/ocsp.py:240: CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to this_update_utc.
certbot.renew[90074]: if response_ocsp.this_update > now + timedelta(minutes=5):
certbot.renew[90074]: /snap/certbot/4182/lib/python3.12/site-packages/certbot/ocsp.py:242: CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to next_update_utc.
certbot.renew[90074]: if response_ocsp.next_update and response_ocsp.next_update < now - timedelta(minutes=5):
systemd[1]: snap.certbot.renew.service: Succeeded.
systemd[1]: Started Service for snap application certbot.renew.

いつから、これが出ていたかはわからないけれど、最近気づいた。

ここを見る限り、まだ、解決策は出ていない。

じゃーcertbot.renewを停止させることはできるかと言うと、ここでは、バクでできないと書いている。(ちょっと古いけれど)

スクリプトで、更新できることは確認した。

snap certbot.renewで更新できなくてもよい環境は作ることができる。

まあ、今度の更新まで、時間的に余裕があるので、大本営の発表を持とうと思う。

カテゴリー: Rocky Linux パーマリンク

コメントを残す

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

CAPTCHA