Certbot
Automated client for obtaining and renewing Let's Encrypt certificates
Certbot is consolidating its plugin architecture and quietly expanding into IP address certificate support.
◆Recent moves
- 14d ago
Certbot 5.8.0
5.8.0 bumps the cryptography library minimum to >=47.0.0 and fixes a prompt bug where removed domains were not shown in the renewal confirmation dialogue. The library floor bump is part of the ongoing pyOpenSSL dependency removal — raising the cryptography floor ensures a consistent underlying implementation.
View source ↗ - 1mo ago
Certbot 5.7.0
Fixes nginx configuration parsing when comments appear between tokens of a multi-line directive — an edge case that would silently break parsing for users with commented-out nginx config sections.
View source ↗ - 4mo ago
Certbot 5.6.0
5.6.0 updates the OVH DNS plugin to properly delete TXT challenge records after validation (via dns-lexicon 3.25.1), updates Docker images to Python 3.14 and Alpine 3.23, and raises the distro and cloudflare library floors. Routine dependency maintenance that keeps Certbot current with its plugin ecosystem.
View source ↗ - 5mo ago
Certbot 5.5.0
5.5.0 moves nearly all nginx and apache plugin code into private modules within the core certbot package — the split packages now exist solely to register the plugins. This is the consolidation step that simplifies Certbot's distribution, test maintenance, and future refactoring. The public OCSP module deprecation also removes a surface that was duplicating capabilities already available via the cryptography library.
View source ↗ - 6mo ago
Certbot 5.4.0
5.4.0 adds IP address issuance support to the webroot plugin, following the --ip-address flag added in 5.3.0. Certbot's IP certificate support is now broadly available across its core authentication methods, aligning with Let's Encrypt's expanded IP certificate program.
View source ↗ - 7mo ago
Certbot 5.3.1
Snap rebuild with updated dependencies — no functional changes, routine maintenance for the snap distribution channel.
View source ↗