Changelog History
Page 7
-
v0.12.0 Changes
March 02, 2017โ Added
- Certbot now allows non-camelcase Apache VirtualHost names.
- ๐ฒ Certbot now allows more log messages to be silenced.
๐ Fixed
- ๐ Fixed a regression around using
--cert-name
when getting new certificates
More information about these changes can be found on our GitHub repo: https://github.com/certbot/certbot/issues?q=is%3Aissue%20milestone%3A0.12.0
-
v0.11.1 Changes
February 01, 2017๐ Fixed
- ๐ Resolved a problem where Certbot would crash while parsing command line arguments in some cases.
- ๐ Fixed a typo.
More details about these changes can be found on our GitHub repo: https://github.com/certbot/certbot/pulls?q=is%3Apr%20milestone%3A0.11.1%20is%3Aclosed
-
v0.11.0 Changes
February 01, 2017โ Added
- ๐ When using the standalone plugin while running Certbot interactively and a required port is bound by another process, Certbot will give you the option to retry to grab the port rather than immediately exiting.
- You are now able to deactivate your account with the Let's Encrypt
server using the
unregister
subcommand. - When revoking a certificate using the
revoke
subcommand, you now have the option to provide the reason the certificate is being revoked to Let's Encrypt with--reason
.
๐ Changed
- ๐ฆ Providing
--quiet
tocertbot-auto
now silences package manager output.
โ Removed
- โ Removed the optional
dnspython
dependency in ouracme
package. ๐ Now the library does not support client side verification of the DNS challenge.
More details about these changes can be found on our GitHub repo: https://github.com/certbot/certbot/issues?q=is%3Aissue+milestone%3A0.11.0+is%3Aclosed
-
v0.10.2 Changes
January 25, 2017โ Added
- If Certbot receives a request with a
badNonce
error, it now automatically retries the request. Since nonces from Let's Encrypt expire, ๐ this helps people performing the DNS challenge with themanual
plugin who may have to wait an extended period of time for their DNS changes to propagate.
๐ Fixed
- Certbot now saves the
--preferred-challenges
values for renewal. Previously these values were discarded causing a different challenge type to be used when renewing certs in some cases.
More details about these changes can be found on our GitHub repo: https://github.com/certbot/certbot/issues?q=is%3Aissue+milestone%3A0.10.2+is%3Aclosed
- If Certbot receives a request with a
-
v0.10.1 Changes
January 13, 2017๐ Fixed
- โก๏ธ Resolve problems where when asking Certbot to update a certificate at an existing path to include different domain names, the old names would continue to be used.
- ๐ Fix issues successfully running our unit test suite on some systems.
More details about these changes can be found on our GitHub repo: https://github.com/certbot/certbot/issues?q=is%3Aissue+milestone%3A0.10.1+is%3Aclosed
-
v0.10.0
January 11, 2017 -
v0.9.3 Changes
October 13, 2016โ Added
- ๐ The Apache plugin uses information about your OS to help determine the ๐ง layout of your Apache configuration directory. We added a patch to โ ensure this code behaves the same way when testing on different systems โ as the tests were failing in some cases.
๐ Changed
- Certbot adopted more conservative behavior about reporting a needed port as ๐ unavailable when using the standalone plugin.
More details about these changes can be found on our GitHub repo: https://github.com/certbot/certbot/milestone/27?closed=1
-
v0.9.2 Changes
October 12, 2016โ Added
- Certbot stopped requiring that all possibly required ports are available when ๐ using the standalone plugin. It now only verifies that the ports are available when they are necessary.
๐ Fixed
- Certbot now verifies that our optional dependencies version matches what is required by Certbot.
- Certnot now properly copies the
ssl on;
directives as necessary when ๐ performing domain validation in the Nginx plugin. - ๐ Fixed problem where symlinks were becoming files when they were ๐ฆ packaged, causing errors during testing and OS packaging.
More details about these changes can be found on our GitHub repo: https://github.com/certbot/certbot/milestone/26?closed=1
-
v0.9.1 Changes
October 06, 2016๐ Fixed
- ๐ Fixed a bug that was introduced in version 0.9.0 where the command line flag -q/--quiet wasn't respected in some cases.
More details about these changes can be found on our GitHub repo: https://github.com/certbot/certbot/milestone/25?closed=1
-
v0.9.0 Changes
October 05, 2016โ Added
- โ Added an alpha version of the Nginx plugin. This plugin fully automates the
๐จ process of obtaining and installing certificates with Nginx.
โ Additionally, it is able to automatically configure security
โจ enhancements such as an HTTP to HTTPS redirect and OCSP stapling. To use
๐ฆ this plugin, you must have the
certbot-nginx
package installed (which is installed automatically when usingcertbot-auto
) and provide ๐--nginx
on the command line. This plugin is still in its early stages so we recommend you use it with some caution and make sure you have a ๐ง backup of your Nginx configuration. - โ Added support for the
DNS
challenge in theacme
library andDNS
in ๐ Certbot'smanual
plugin. This allows you to create DNS records to prove to Let's Encrypt you control the requested domain name. To use this feature, include--manual --preferred-challenges dns
on the ๐ป command line. - ๐ง Certbot now helps with enabling Extra Packages for Enterprise Linux (EPEL) on
CentOS 6 when using
certbot-auto
. To usecertbot-auto
on CentOS 6, the EPEL repository has to be enabled.certbot-auto
will now prompt ๐ users asking them if they would like the script to enable this for them automatically. This is done without prompting users when usingletsencrypt-auto
or if-n/--non-interactive/--noninteractive
is ๐ป included on the command line.
More details about these changes can be found on our GitHub repo: https://github.com/certbot/certbot/issues?q=is%3Aissue+milestone%3A0.9.0+is%3Aclosed
- โ Added an alpha version of the Nginx plugin. This plugin fully automates the
๐จ process of obtaining and installing certificates with Nginx.
โ Additionally, it is able to automatically configure security
โจ enhancements such as an HTTP to HTTPS redirect and OCSP stapling. To use
๐ฆ this plugin, you must have the