Certbot 1.25.0 Release

Certbot 1.25.0 has just been released. The changelog for the release is:

1.25.0 - 2022-03-16

Changed

  • Dropped 32 bit support for the Windows beta installer
  • Windows beta installer is now distributed as "certbot-beta-installer-win_amd64.exe".
    Users of the Windows beta should uninstall the old version before running this.
  • Added a check whether OCSP stapling is supported by the installer when requesting a
    certificate with the run subcommand in combination with the --must-staple option.
    If the installer does not support OCSP and the --must-staple option is used, Certbot
    will raise an error and quit.
  • Certbot and its acme module now depend on josepy>=1.13.0 due to better type annotation
    support.

Fixed

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

This release is being done mid-month to pickup several security fixes in our dependencies, and is a minor release (rather than a point release) due to a deprecation in our testing pipeline since the last minor release. We do not anticipate any issues caused by the change in timeline, but any unanticipated issues can be mentioned in this thread.

7 Likes

Very minor nit - I'd say it's the convention on Windows to label 64-bit binaries as x64 (or just to not include the bitness at all, all current versions of windows are 64-bit). amd64 is the old-fashioned name and it's confusing to users if you have an intel CPU (obviously it refers to the instruction set not the manufacturer, but that's not apparent to users). It's still common in some build tools but less so in end-user facing stuff.

On a more significant note it would be advisable to prioritize using a signed executable on Windows. The current version can't pass the windows smartscreen check because it's not signed.

5 Likes

See Make the Certbot Windows installer trusted by Windows · Issue #8046 · certbot/certbot · GitHub and also https://github.com/certbot/certbot/pull/9076 for progress on that.

6 Likes

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