We just released Certbot 1.10.0. The changelog for the release is:
1.10.0 - 2020-12-01
Added
- Added timeout to DNS query function calls for dns-rfc2136 plugin.
- Confirmation when deleting certificates
- 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,secp384r1andsecp521r1are 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.