Fix links to --ip-address PRs in changelog (#10562)

As noted in
https://community.letsencrypt.org/t/certbot-5-3-0-release/245097/2, we
have the wrong link here (and it's missing the manual pr link). Let's
just add those in.
This commit is contained in:
ohemorange
2026-02-03 13:30:58 -08:00
committed by GitHub
parent 410ee87242
commit 9ba139a9ef
+1 -1
View File
@@ -8,7 +8,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### 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](https://github.com/certbot/certbot/issues/10465))
- 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`. ([#10495](https://github.com/certbot/certbot/issues/10495), [#10544](https://github.com/certbot/certbot/pull/10544))
### Changed