From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F148A158042 for ; Thu, 31 Oct 2024 05:40:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D8A0E0855; Thu, 31 Oct 2024 05:40:47 +0000 (UTC) Received: from dallas-out-003-2.smtp25.com (dallas-out-003-2.smtp25.com [63.71.12.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB3BFE0821 for ; Thu, 31 Oct 2024 05:40:46 +0000 (UTC) Received: from smtpclient.apple (vpn-server4.covici.com [166.84.7.75]) (authenticated bits=0) by ccs.covici.com (8.17.1.9/8.17.1.9) with ESMTPSA id 49V5ehUZ4039736 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 31 Oct 2024 01:40:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ccs.covici.com; s=default; t=1730353244; bh=5gTQ3GRK+0JgU+i6eiuUIJbwdH+oLMeD1qdH3pO3Kqk=; h=From:Subject:Date:To; b=jyeWjXvkBqpT3idwLGb04Un446U4aQuqvUDcWuRTf+Yd2oADVWPCC4NZSHq5jzskP EMIGdUo7rlfSm4p+jnMmILq7BubKq6qtJxrM+jkkiAV0wTu+63SQ0USGl9TT46V8Lb ozhN1WzFwiGcj0HRvddRyxmd/zqOUYw7hLO6G0C8= From: John Covici Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.1\)) Subject: [gentoo-user] problem with certbot -q renew Message-Id: <31B43AD4-EC99-435A-B07E-7F7FD7E634FA@ccs.covici.com> Date: Thu, 31 Oct 2024 01:40:32 -0400 To: gentoo-user@lists.gentoo.org X-Mailer: Apple Mail (2.3776.700.51.11.1) X-SpamH-Filter: dallas-out-003.smtp25.com-49V5ejJ0017431 X-SpamH-OriginatingIP: 70.109.51.194 X-Archives-Salt: 3851c35f-bd5b-40b1-b492-198165c9e1f6 X-Archives-Hash: 03f976849d551e3083ad724e50035a28 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=C3=AFve = 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=C3=AFve = datetime object have been deprecated. Please switch to this_update_utc. if response_ocsp.this_update > now + timedelta(minutes=3D5): /usr/lib/python3.12/site-packages/certbot/ocsp.py:242: = CryptographyDeprecationWarning: Properties that return a na=C3=AFve = datetime object have been deprecated. Please switch to next_update_utc. if response_ocsp.next_update and response_ocsp.next_update < now - = timedelta(minutes=3D5): Is this a harmless warning, or do I need to do something? Thanks in advance for any suggestions.