Properties that return a naïve datetime object have been deprecated

With which snap version of certbot?

1 Like

I reverted to certbot 2.11.0, do you want that one?
Is there some sensitives data to hide before I share it!?

certbot version = 2.11.0

Sorry, stopped reading after a bunch of posts.

Yeah, I confirm my test server just updated my snap from 2.11 to 3.0 on Ubuntu 22 and I get those same cryptography deprecation warnings. This is a very vanilla Ubuntu / Certbot setup. It's just a sandbox for work I do on this forum.

Sheesh. That's a big miss. I hope EFF fix that soon.

3 Likes

There shouldn't be any sensitive data in that file.
Feel free to redact/obfuscate anything that may look like a username or password [if any].

2 Likes

1 # renew_before_expiry = 30 days
2 version = 2.11.0
3 archive_dir = /etc/letsencrypt/archive/lodweb.ovh
4 cert = /etc/letsencrypt/live/lodweb.ovh/cert.pem
5 privkey = /etc/letsencrypt/live/lodweb.ovh/privkey.pem
6 chain = /etc/letsencrypt/live/lodweb.ovh/chain.pem
7 fullchain = /etc/letsencrypt/live/lodweb.ovh/fullchain.pem
8
9 # Options used in the renewal process
10 [renewalparams]
11 account = XXXXXXXXXXXXXXXXXXXXXXX
12 authenticator = apache
13 installer = apache
14 server = https://acme-v02.api.letsencrypt.org/directory
15 key_type = rsa

hmm...
Nothing out-of-the-ordinary there.

I guess you're the first to find some kind of bug with 3.0.0.

1 Like

Not 1rst, as seen on Github after a search: since jully CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to this_update_utc. if not response_ocsp.this_update: · Issue #9967 · certbot/certbot · GitHub

1 Like

Well, OK.
Then, you may be the first to report it here.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.