From: John Covici <covici@ccs.covici.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] problem with certbot -q renew
Date: Thu, 31 Oct 2024 01:40:32 -0400 [thread overview]
Message-ID: <31B43AD4-EC99-435A-B07E-7F7FD7E634FA@ccs.covici.com> (raw)
Hi. So, I have a certificate from lets encrypt and since the last update whenever I run certbot -q renew I get the following:
/usr/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.
if not response_ocsp.this_update:
/usr/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.
if response_ocsp.this_update > now + timedelta(minutes=5):
/usr/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.
if response_ocsp.next_update and response_ocsp.next_update < now - timedelta(minutes=5):
Is this a harmless warning, or do I need to do something?
Thanks in advance for any suggestions.
next reply other threads:[~2024-10-31 5:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-31 5:40 John Covici [this message]
2024-10-31 9:59 ` [gentoo-user] problem with certbot -q renew Michael
2024-10-31 13:18 ` John Covici
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=31B43AD4-EC99-435A-B07E-7F7FD7E634FA@ccs.covici.com \
--to=covici@ccs.covici.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox