Skip to content

Commit

Permalink
Merge pull request #1 from filippobosi/fix/55-letsencrypt-agreement-url
Browse files Browse the repository at this point in the history
Resolve autopilotpattern#55 by specifying the latest agreement URL in the configs for…
  • Loading branch information
filippobosi authored May 12, 2019
2 parents 3c71dbc + d4a3e1d commit 7699a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions etc/acme/dehydrated/config.production
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
CA="https://acme-v01.api.letsencrypt.org/directory"
WELLKNOWN="/var/www/acme/challenge"
LICENSE="https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf"
1 change: 1 addition & 0 deletions etc/acme/dehydrated/config.staging
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
CA="https://acme-staging.api.letsencrypt.org/directory"
WELLKNOWN="/var/www/acme/challenge"
LICENSE="https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf"

0 comments on commit 7699a25

Please sign in to comment.