Added
- DNS challenges are now all run before any wait or check happens. This is useful for certificates that
contains lot of domains, because DNSroboCert will wait only once the providedsleep_time
, instead
of waiting after each challenge. This optimizations is also valid formax_checks
.
Modified
- Improve log output from the auth and cleanup hooks.
- Improve documentation.