diff --git a/acme/docs/jws-help.txt b/acme/docs/jws-help.txt index bfd16dff4..34cf5ce23 100644 --- a/acme/docs/jws-help.txt +++ b/acme/docs/jws-help.txt @@ -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 diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index 7399cee11..33563d54e 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -1,4 +1,3 @@ - # Certbot change log Certbot adheres to [Semantic Versioning](https://semver.org/). @@ -15,6 +14,14 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). ### Fixed +* + +More details about these changes can be found on our GitHub repo. + +## 3.0.1 - 2024-11-14 + +### Fixed + * Removed a CryptographyDeprecationWarning that was being displayed to users when checking OCSP status. diff --git a/certbot/docs/cli-help.txt b/certbot/docs/cli-help.txt index d1c388638..5ec2fe299 100644 --- a/certbot/docs/cli-help.txt +++ b/certbot/docs/cli-help.txt @@ -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 @@ -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/3.0.0 (certbot; + "". (default: CertbotACMEClient/3.0.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,