Download Latest Version certbot_dns_rfc2136-5.0.0.tar.gz (16.8 kB)
Email in envelope

Get an email when there's a new version of Certbot

Home / v5.0.0
Name Modified Size InfoDownloads / Week
Parent folder
SHA256SUMS.asc 2025-09-02 659 Bytes
certbot-5.0.0.tar.gz 2025-09-02 442.7 kB
SHA256SUMS 2025-09-02 1.7 kB
certbot_nginx-5.0.0.tar.gz 2025-09-02 80.8 kB
certbot_dns_route53-5.0.0.tar.gz 2025-09-02 15.6 kB
certbot_dns_sakuracloud-5.0.0.tar.gz 2025-09-02 12.3 kB
certbot_dns_ovh-5.0.0.tar.gz 2025-09-02 12.7 kB
certbot_dns_rfc2136-5.0.0.tar.gz 2025-09-02 16.8 kB
certbot_dns_luadns-5.0.0.tar.gz 2025-09-02 12.2 kB
certbot_dns_nsone-5.0.0.tar.gz 2025-09-02 12.3 kB
certbot_dns_linode-5.0.0.tar.gz 2025-09-02 12.5 kB
certbot_dns_gehirn-5.0.0.tar.gz 2025-09-02 12.3 kB
certbot_dns_google-5.0.0.tar.gz 2025-09-02 25.1 kB
certbot_dns_dnsimple-5.0.0.tar.gz 2025-09-02 12.2 kB
certbot_dns_dnsmadeeasy-5.0.0.tar.gz 2025-09-02 12.4 kB
certbot_dns_cloudflare-5.0.0.tar.gz 2025-09-02 16.2 kB
certbot_dns_digitalocean-5.0.0.tar.gz 2025-09-02 14.4 kB
acme-5.0.0.tar.gz 2025-09-02 89.9 kB
certbot_apache-5.0.0.tar.gz 2025-09-02 184.4 kB
Certbot 5.0.0 source code.tar.gz 2025-09-02 2.3 MB
Certbot 5.0.0 source code.zip 2025-09-02 3.0 MB
README.md 2025-09-02 2.7 kB
Totals: 22 Items   6.3 MB 170

Added

  • Certbot now stores the Retry-After value given by ACME Renewal Info (ARI) so the value can be respected across multiple Certbot runs. (#10377)
  • Added uv as a test dependency, and switched most pip invocations to uv pip for faster installs. (#10428)

Changed

  • Removed final instances of pyopenssl x509 and PKey objects
  • Removed acme.crypto_util.SSLSocket
  • Removed acme.crypto_util.probe_sni

(#10079, #10381) - Removed a number of deprecated classes/interfaces * Removed acme.challenges.TLSALPN01Response * Removed acme.challenges.TLSALPN01 * Removed acme.standalone.TLSServer * Removed acme.standalone.TLSALPN01Server

(#10274) - certbot.ocsp.RevocationChecker.init no longer accepts the parameter enforce_openssl_binary_usage and always uses the cryptography Python library for OCSP checking. (#10291) - Python 3.9 support was removed. (#10389) - Migrated most functionality from certbot/setup.py to certbot/pyproject.toml (#10402) - Migrated most functionality from setup.py to pyproject.toml for acme, certbot-apache, and certbot-nginx. (#10417) - Migrated most functionality from setup.py to pyproject.toml for certbot dns plugins. (#10425) - Updated apache TLS configuration options based on changes to Mozilla's intermediate configuration recommendations. * Added DHE-RSA-CHACHA20-POLY1305 to SSLCipherSuite list for better compliance * Configured curves using SSLOpenSSLConfCmd so FFDH won't be used with OpenSSL 3.0

(#10443)

Fixed

  • certbot-apache no longer prints a warning claiming the version of OpenSSL used by Apache is too old when we were unable determine the OpenSSL version. (#10444)
  • certbot-nginx no longer uses socket.gethostname when generating self-signed certificates for use as a temporary step of installing certificates as it would sometimes result in strings that are too long to be used in the common name of a certificate. The static domain "temp-certbot-nginx.invalid" is now used instead. (#10447)
Source: README.md, updated 2025-09-02