certbot error 原因は py-cryptography
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Oct 2022 06:12:20 UTC
先日は ipfw の件でお騒がせして失礼した竹内です。 let;s encrypt の証明書更新の為、毎日 certbot を cron で 走らせているのですが、今朝、エラーが出ていました。 昨日までは動いていたのに、、、で、エラーメッセージを 見たら、cryptography から出ている模様。 /var/log/messages を確認したら、昨日 py-cryptography を port から update している。 エラーメッセージでググると let'sencrypt のコミュニティ https://community.letsencrypt.org/t/importerror-cannot-import-name-x509-from-cryptography-hazmat-bindings-rust/185882 や FreeBSD のバグレポート https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266937 で議論されているので少したてば修正されると思われます。 取り敢えずは、一つ前のに戻せば良いみたいです。 pkg install すると古いのになります。 毎日 certbot を動かしている方のご参考になればと投稿しました。 失礼します。