mirror of
https://github.com/certbot/certbot.git
synced 2026-02-03 20:40:36 -05:00
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:
parent
410ee87242
commit
9ba139a9ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue