github certbot/certbot v1.17.0
Certbot 1.17.0

latest releases: v2.10.0, test-v2.10.0, testv...
2 years ago

Added

  • Add Void Linux overrides for certbot-apache.

Changed

  • We changed how dependencies are specified between Certbot packages. For this
    and future releases, higher level Certbot components will require that lower
    level components are the same version or newer. More specifically, version X
    of the Certbot package will now always require acme>=X and version Y of a
    plugin package will always require acme>=Y and certbot=>Y. Specifying
    dependencies in this way simplifies testing and development.
  • The Apache authenticator now always configures virtual hosts which do not have
    an explicit ServerName. This should make it work more reliably with the
    default Apache configuration in Debian-based environments.

Fixed

  • When we increased the logging level on our nginx "Could not parse file" message,
    it caused a previously-existing inability to parse empty files to become more
    visible. We have now added the ability to correctly parse empty files, so that
    message should only show for more significant errors.

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

Don't miss a new certbot release

NewReleases is sending notifications on new releases.