letsencrypt v1.2.0 Release Notes

Release Date: 2020-02-05 // about 4 years ago
  • โž• Added

    • โž• Added support for Cloudflare's limited-scope API Tokens

    ๐Ÿ”„ Changed

    • โž• Add directory field to error message when field is missing.
    • ๐Ÿ”’ If MD5 hasher is not available, try it in non-security mode (fix for FIPS systems) -- #1948
    • ๐Ÿšš Disable old SSL versions and ciphersuites and remove SSLCompression off setting to follow Mozilla recommendations in Apache.
    • โœ‚ Remove ECDHE-RSA-AES128-SHA from NGINX ciphers list now that Windows 2008 R2 and Windows 7 are EOLed
    • ๐Ÿ‘Œ Support for Python 3.4 has been removed.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix collections.abc imports for Python 3.9.
      More details about these changes can be found on our GitHub repo.