mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-06 22:40:31 -05: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.
|
// address was not provided; default 'username' if you will.
|
||||||
const emptyEmail = "default"
|
const emptyEmail = "default"
|
||||||
|
|
||||||
// TODO: Use latest
|
// TODO: After Boulder implements the 'meta' field of the directoy,
|
||||||
const saURL = "https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf"
|
// we can get this link dynamically.
|
||||||
|
const saURL = "https://acme-v01.api.letsencrypt.org/terms"
|
||||||
|
|
Loading…
Reference in a new issue