Certbot 1.2.0 Release

Certbot 1.2.0 has been released. The changelog entry for the release is:

1.2.0 - 2020-02-04

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.

7 Likes

These changes are exciting!

Very nice! I’ll be a happy man once the cloudlfare dns plugin is available for CentOS8.

1 Like

I have a very simple script that does this on any OS with all certbot plugins and also totally independent of the OS and any python issues that distros tend to have, it runs in a very safe little Conda environment

Nice. I actually found some time to look into acme.sh as was suggested to me in another thread and it works beautifully.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.