0
Fork 0
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:
Matthew Holt 2016-08-06 14:42:00 -06:00
parent ee615371a8
commit 0d8b95334f
No known key found for this signature in database
GPG key ID: 0D97CC73664F4D03

View file

@ -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"