mirror of
https://github.com/caddyserver/caddy.git
synced 2026-07-04 07:51:54 +00:00
Use Let's Encrypt's permalink to subscriber agreement
This commit is contained in:
parent
ee615371a8
commit
0d8b95334f
1 changed files with 3 additions and 2 deletions
|
|
@ -175,5 +175,6 @@ var stdin = io.ReadWriter(os.Stdin)
|
|||
// address was not provided; default 'username' if you will.
|
||||
const emptyEmail = "default"
|
||||
|
||||
// TODO: Use latest
|
||||
const saURL = "https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf"
|
||||
// TODO: After Boulder implements the 'meta' field of the directoy,
|
||||
// we can get this link dynamically.
|
||||
const saURL = "https://acme-v01.api.letsencrypt.org/terms"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue