Skip to content

Commit

Permalink
fix(server): change server to ACMEv2
Browse files Browse the repository at this point in the history
closes #72 (ACMEv1 eol)
  • Loading branch information
javierbertoli committed Jul 23, 2020
1 parent d9afac9 commit 1fc79b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions letsencrypt/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ letsencrypt:
group: root
mode: 755
config:
server: https://acme-v02.api.letsencrypt.org/directory
agree-tos: true
keep-until-expiring: true
expand: true
Expand Down
2 changes: 1 addition & 1 deletion pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ letsencrypt:
# Any parameter from the cli can be specified in the config file
# check https://certbot.eff.org/docs/using.html#configuration-file
config:
server: https://acme-v01.api.letsencrypt.org/directory
server: https://acme-v02.api.letsencrypt.org/directory
email: webmaster@example.com
authenticator: webroot
webroot-path: /var/lib/www
Expand Down

0 comments on commit 1fc79b8

Please sign in to comment.