Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(defaults): update pillar.example to good-citizen defaults
Specifying `renew-by-default` in the config, regardless of True / False enables the flag. This causes certbot to force-renew on every timer run and means you will hit the rate-limit fairly quickly. A safer default is `keep-until-expiring` where the renew will only be done when it's actually advisable. `expand` allows an expanded domain list to renew correctly without forking a new domainset. This is something that most users will want.
- Loading branch information