letsencrypt v1.10.1 Release Notes

Release Date: 2020-12-03 // over 3 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ—„ Fixed a bug in certbot.util.add_deprecated_argument that caused the
      ๐Ÿ—„ deprecated --manual-public-ip-logging-ok flag to crash Certbot in some
      scenarios.
      More details about these changes can be found on our GitHub repo.

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-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
      secp256r1, secp284r1 and secp521r1 are accepted values.
    • The command certbot certficates lists 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-ok is 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.