From 0d8b95334fbb849cd01cca365ffa6d5f62b54fb3 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Sat, 6 Aug 2016 14:42:00 -0600 Subject: [PATCH] Use Let's Encrypt's permalink to subscriber agreement --- caddytls/user.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"