Skip to content

Bump certbot from 4.0.0 to 5.3.0 in /server#926

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/server/certbot-5.3.0
Open

Bump certbot from 4.0.0 to 5.3.0 in /server#926
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/server/certbot-5.3.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2026

Bumps certbot from 4.0.0 to 5.3.0.

Release notes

Sourced from certbot's releases.

Certbot 5.3.0

Added

  • A new command line flag, --ip-address, has been added. This requests certificates with IP address SANs when using the standalone or manual plugin. Note that for Let's Encrypt's implementation of IP address certificates, you'll also need to pass --preferred-profile shortlived. (#10465)

Changed

  • Deploy directory hooks are now also run when using certbot certonly or certbot run to get a new cert. This change was made for pre and post directory hooks in our 3.2.0 release so this change unifies Certbot's behavior here. (#9978)
  • A few largely unused functions/types have been deprecated in our effort to remove our pyOpenSSL dependency: * Deprecated: certbot.crypto_util.get_sans_from_cert * Deprecated: certbot.crypto_util.get_names_from_cert * Deprecated: certbot.crypto_util.get_names_from_req * Deprecated: certbot.crypto_util.import_csr_file (and replaced by certbot.crypto_util.read_csr_file) * Deprecated: acme.crypto_util.Format (#10433)
  • achallenges.KeyAuthorizationAnnotatedChallenge, achallenges.DNS, and achallenges.Other have a new field identifier, of type acme.messages.Identifier. This should be used in place of the domain field, which is now deprecated both as an attribute and during object creation. (#10491)
  • Authenticator.get_chall_pref's argument has been renamed from domain to identifier, and can now receive string-formatted IP addresses in addition to domain names. (#10495)
  • san.DNSName now calls util.enforce_domain_sanity to reduce code duplication (#10519)

Fixed

  • Removed the outdated email address from our Python packages' metadata. (#10533)
  • The HTTP01.uri method will now properly enclose IPv6 addresses in square brackets. (#10548)

Certbot 5.2.2

Fixed

  • Fixed a regression that caused certbot to crash if multiple --webroot-path values were set on the command line. (#10509)

Certbot 5.2.1

Added

  • Support for Python 3.14 was added. (#10477)

Changed

  • While nothing significant should have changed from the user's perspective, we've been doing a lot of internal refactoring in preparation for soon adding support for IP address certificates to Certbot. (#10468, #10478)

Fixed

  • Removed vhost_combined and vhost_common log formats from included Apache configuration file. (#9769)
  • Due to a mistake on our end playing with GitHub's new immutable releases

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [certbot](https://github.com/certbot/certbot) from 4.0.0 to 5.3.0.
- [Release notes](https://github.com/certbot/certbot/releases)
- [Commits](certbot/certbot@v4.0.0...v5.3.0)

---
updated-dependencies:
- dependency-name: certbot
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants