mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:19 +02:00
+17
-1
@@ -2,7 +2,23 @@
|
||||
|
||||
Certbot adheres to [Semantic Versioning](https://semver.org/).
|
||||
|
||||
## 3.3.0 - main
|
||||
## 4.0.0 - main
|
||||
|
||||
### Added
|
||||
|
||||
*
|
||||
|
||||
### Changed
|
||||
|
||||
*
|
||||
|
||||
### Fixed
|
||||
|
||||
*
|
||||
|
||||
More details about these changes can be found on our GitHub repo.
|
||||
|
||||
## 3.3.0 - 2025-03-11
|
||||
|
||||
### Added
|
||||
|
||||
|
||||
@@ -122,7 +122,7 @@ optional arguments:
|
||||
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.2.0 (certbot;
|
||||
"". (default: CertbotACMEClient/3.3.0 (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,
|
||||
@@ -398,14 +398,6 @@ revoke:
|
||||
register:
|
||||
Options for account registration
|
||||
|
||||
--register-unsafely-without-email
|
||||
Specifying this flag enables registering an account
|
||||
with no email address. This is strongly discouraged,
|
||||
because you will be unable to receive notice about
|
||||
impending expiration or revocation of your
|
||||
certificates or problems with your Certbot
|
||||
installation that will lead to failure to renew.
|
||||
(default: False)
|
||||
-m EMAIL, --email EMAIL
|
||||
Email used for registration and recovery contact. Use
|
||||
comma to register multiple emails, ex:
|
||||
|
||||
Reference in New Issue
Block a user