Merge branch 'master' into dns-rfc2136-config-changes

This commit is contained in:
Ricky Grassmuck
2019-04-30 20:43:07 -05:00
committed by GitHub
23 changed files with 739 additions and 65 deletions
+8
View File
@@ -25,6 +25,14 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
* Adding a warning noting that future versions of Certbot will automatically configure the
webserver so that all requests redirect to secure HTTPS access. You can control this
behavior and disable this warning with the --redirect and --no-redirect flags.
* certbot-auto now prints warnings when run as root with insecure file system
permissions. If you see these messages, you should fix the problem by
following the instructions at
https://community.letsencrypt.org/t/certbot-auto-deployment-best-practices/91979/,
however, these warnings can be disabled as necessary with the flag
--no-permissions-check.
* `acme` module uses now a POST-as-GET request to retrieve the registration
from an ACME v2 server
* Convert the tsig algorithm specified in the certbot_dns_rfc2136 configuration file to
all uppercase letters before validating. This makes the value in the config case
insensitive.