Update certbot to v4.1.0 #58
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/certbot"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==4.0.0
->==4.1.0
4.1.1
==4.0.0
->==4.1.0
4.1.1
Release Notes
certbot/certbot (certbot)
v4.1.0
: Certbot 4.1.0Compare Source
Added
certbot renew
will automatically check ARI when using an ACME server that supports it,and may renew early based on the ARI information. For Let's Encrypt certificates this
will typically cause renewal at around 2/3rds of the certificate's lifetime, even if
the renew_before_expiry field of a lineage renewal config is set a later date.
Changed
acme.challenges.TLSALPN01Response
acme.challenges.TLSALPN01
alpn_protocols
fromacme.crypto_util.probe_sni
acme.crypto_util.SSLSocket
acme.standalone.TLSServer
acme.standalone.TLSALPN01Server
enforce_openssl_binary_usage
from certbot.ocsp.RevocationChecker.versions of the cryptography Python package. Python 3.9.2+ is still
supported.
Fixed
orderNotReady
response, polls until order status isready
, and resubmits finalization request before polling forvalid
to downloadcertificate. This conforms to RFC 8555 more accurately and avoids race conditions where
all authorizations are fulfilled but order has not yet transitioned to ready state on
the server when the finalization request is sent. It also respects retry-after when
polling for finalization readiness.
the renewal configuration so the same setting will be used on renewal.
renew_before_expiry
could not beshorter than certbot's default renewal time. If the server does not provide an ARI
response,
renew_before_expiry
will continue to override certbot's default. However,an early ARI response will override a later
renew_before_expiry
time, to account fornotifications in case of certificate revocation, especially with the impending deprecation
of OCSP (https://letsencrypt.org/2024/12/05/ending-ocsp/). To force a later date, users
can replace certbot's default cron job and/or systemd timer with one of their own timing.
More details about these changes can be found on our GitHub repo.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.