Skip to content

Commit

Permalink
docs(defaults): update pillar.example to good-citizen defaults
Browse files Browse the repository at this point in the history
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
jinnatar authored and javierbertoli committed Jul 23, 2020
1 parent e59bf3f commit b889678
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ letsencrypt:
authenticator = webroot
webroot-path = /var/lib/www
agree-tos = True
renew-by-default = True
keep-until-expiring = True
expand = True
config_dir:
path: /etc/letsencrypt
user: root
Expand Down

0 comments on commit b889678

Please sign in to comment.