mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
@@ -26,7 +26,7 @@ More details about these changes can be found on our GitHub repo.
|
|||||||
* Confirmation when deleting certificates
|
* Confirmation when deleting certificates
|
||||||
* CLI flag `--key-type` has been added to specify 'rsa' or 'ecdsa' (default 'rsa').
|
* CLI flag `--key-type` has been added to specify 'rsa' or 'ecdsa' (default 'rsa').
|
||||||
* CLI flag `--elliptic-curve` has been added which takes an NIST/SECG elliptic curve. Any of
|
* CLI flag `--elliptic-curve` has been added which takes an NIST/SECG elliptic curve. Any of
|
||||||
`secp256r1`, `secp284r1` and `secp521r1` are accepted values.
|
`secp256r1`, `secp384r1` and `secp521r1` are accepted values.
|
||||||
* The command `certbot certficates` lists the which type of the private key that was used
|
* The command `certbot certficates` lists the which type of the private key that was used
|
||||||
for the private key.
|
for the private key.
|
||||||
* Support for Python 3.9 was added to Certbot and all of its components.
|
* Support for Python 3.9 was added to Certbot and all of its components.
|
||||||
@@ -36,7 +36,6 @@ More details about these changes can be found on our GitHub repo.
|
|||||||
* certbot-auto was deprecated on Debian based systems.
|
* certbot-auto was deprecated on Debian based systems.
|
||||||
* CLI flag `--manual-public-ip-logging-ok` is now a no-op, generates a
|
* CLI flag `--manual-public-ip-logging-ok` is now a no-op, generates a
|
||||||
deprecation warning, and will be removed in a future release.
|
deprecation warning, and will be removed in a future release.
|
||||||
*
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user