mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Merge pull request #9819 from certbot/candidate-2.7.3
Update master from 2.7.3 release
This commit is contained in:
commit
36c78b3717
2 changed files with 10 additions and 2 deletions
|
|
@ -14,6 +14,14 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
|
|||
|
||||
### Fixed
|
||||
|
||||
*
|
||||
|
||||
More details about these changes can be found on our GitHub repo.
|
||||
|
||||
## 2.7.3 - 2023-10-24
|
||||
|
||||
### Fixed
|
||||
|
||||
* Fixed a bug where arguments with contained spaces weren't being handled correctly
|
||||
* Fixed a bug that caused the ACME account to not be properly restored on
|
||||
renewal causing problems in setups where the user had multiple accounts with
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
usage:
|
||||
usage:
|
||||
certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ...
|
||||
|
||||
Certbot can obtain and install HTTPS/TLS/SSL certificates. By default,
|
||||
|
|
@ -122,7 +122,7 @@ options:
|
|||
case, and to know when to deprecate support for past
|
||||
Python versions and flags. If you wish to hide this
|
||||
information from the Let's Encrypt server, set this to
|
||||
"". (default: CertbotACMEClient/2.7.2 (certbot;
|
||||
"". (default: CertbotACMEClient/2.7.3 (certbot;
|
||||
OS_NAME OS_VERSION) Authenticator/XXX Installer/YYY
|
||||
(SUBCOMMAND; flags: FLAGS) Py/major.minor.patchlevel).
|
||||
The flags encoded in the user agent are: --duplicate,
|
||||
|
|
|
|||
Loading…
Reference in a new issue