letsencrypt v1.10.1 Release Notes
Release Date: 2020-12-03 // about 5 years ago-
๐ Fixed
- ๐ Fixed a bug in
certbot.util.add_deprecated_argumentthat caused the
๐ deprecated--manual-public-ip-logging-okflag to crash Certbot in some
scenarios.
More details about these changes can be found on our GitHub repo.
- ๐ Fixed a bug in
Previous changes from v1.10.0
-
โ Added
- โ Added timeout to DNS query function calls for dns-rfc2136 plugin.
- Confirmation when deleting certificates
- 0๏ธโฃ CLI flag
--key-typehas been added to specify 'rsa' or 'ecdsa' (default 'rsa'). - CLI flag
--elliptic-curvehas been added which takes an NIST/SECG elliptic curve. Any of
secp256r1,secp284r1andsecp521r1are accepted values. - The command
certbot certficateslists the which type of the private key that was used
for the private key. - ๐ Support for Python 3.9 was added to Certbot and all of its components.
๐ Changed
- ๐ certbot-auto was deprecated on Debian based systems.
- ๐ฒ CLI flag
--manual-public-ip-logging-okis now a no-op, generates a
๐ deprecation warning, and will be removed in a future release.
๐ Fixed
- ๐ Fixed a Unicode-related crash in the nginx plugin when running under Python 2.
More details about these changes can be found on our GitHub repo.