letsencrypt v1.3.0 Release Notes

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

    • โž• Added certbot.ocsp Certbot's API. The certbot.ocsp module can be used to
      determine the OCSP status of certificates.
    • Don't verify the existing certificate in HTTP01Response.simple_verify, for
      compatibility with the real-world ACME challenge checks.

    ๐Ÿ”„ Changed

    • Certbot will now renew certificates early if they have been revoked according
      to OCSP.
    • ๐Ÿ›  Fix acme module warnings when response Content-Type includes params (e.g. charset).
    • ๐Ÿ›  Fixed issue where webroot plugin would incorrectly raise Read-only file system
      error when creating challenge directories (issue #7165).

    ๐Ÿ›  Fixed

    More details about these changes can be found on our GitHub repo.