mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Merge pull request #10341 from certbot/candidate-4.1.1
update files from 4.1.1 release
This commit is contained in:
commit
779ebe9085
3 changed files with 11 additions and 3 deletions
|
|
@ -3,6 +3,6 @@ usage: jws [-h] [--compact] {sign,verify} ...
|
|||
positional arguments:
|
||||
{sign,verify}
|
||||
|
||||
options:
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
--compact
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
## 4.1.1 - 2025-06-12
|
||||
|
||||
### Fixed
|
||||
|
||||
* When a CA fails to issue a certificate after finalization, print the ACME error from the order
|
||||
* No longer checks ARI during certbot --dry-run, because --dry-run uses staging when used
|
||||
with let's encrypt but the cert was issued against the default server. This would emit
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ manage your account:
|
|||
--agree-tos Agree to the ACME server's Subscriber Agreement
|
||||
-m EMAIL Email address for important account notifications
|
||||
|
||||
options:
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
-c CONFIG_FILE, --config CONFIG_FILE
|
||||
path to config file (default: /etc/letsencrypt/cli.ini
|
||||
|
|
@ -139,7 +139,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/4.1.0 (certbot;
|
||||
"". (default: CertbotACMEClient/4.1.1 (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