Changed * Update runtime dependencies (including cryptography 2.9) * Fix the `delegated_subdomain` parameter in providers configuration that was not taken into account (davidyuk 96) * Fix providers configuration link in the documentation (davidyuk 95)
3.1.5
Changed * Ensure a certificate name does not have wildcard characters when migrating from legacy config (eg. `example.com` for domains `[*.example.com`, `example.com]` instead of `*.example.com`).
3.1.4
Changed * Protect the auth hook from NXDOMAIN failures when checking if the TXT entry of a challenge has been propagated in the DNS zone. * Improve logs during sub-command execution (flush the output)
3.1.3
Added * `acme.certs_permissions.user` and `acme.certs_permissions.group` can know be defined as integer to set the uid or gid instead of the user name and group name owner of the certificates.
3.1.2
Changed * More consistent output for sub-commands launched by DNSroboCert
3.1.1
Added * Add the `ttl` parameter in the providers definition. It allows to control the TTL value in TXT entries inserted during the DNS-01 challenges. This value for environment variable `LEXICON_TTL` from legacy configuration is properly migrated.