diff --git a/caddytls/user.go b/caddytls/user.go index cb97b3b6e..40f484d60 100644 --- a/caddytls/user.go +++ b/caddytls/user.go @@ -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"