Added
--preconfigured-renewalflag, for packager use only.
See the packaging guide.
Changed
- certbot-auto was deprecated on all systems except for those based on Debian or RHEL.
- Update the packaging instructions to promote usage of
python -m pytestto test Certbot
instead of the deprecatedpython setup.py testsetuptools approach. - Reduced CLI logging when reloading nginx, if it is not running.
- Reduced CLI logging when handling some kinds of errors.
Fixed
- Fixed
server_namecase-sensitivity in the nginx plugin. - The minimum version of the
acmelibrary required by Certbot was corrected.
In the previous release, Certbot said it requiredacme>=1.6.0when it
actually requiredacme>=1.8.0to properly support removing contact
information from an ACME account. - Upgraded the version of httplib2 used in our snaps and Docker images to add
support for proxy environment variables and fix the plugin for Google Cloud
DNS.
More details about these changes can be found on our GitHub repo.