diff options
author | 2017-11-15 12:22:45 +0000 | |
---|---|---|
committer | 2017-11-15 12:22:45 +0000 | |
commit | b677d0983cb748ca7f9f60f653c962f4631e416c (patch) | |
tree | abf0208d091d8bcb4aab9bf062887ee25cdd9d99 | |
parent | Unbreak ENCDEBUG kernels by declaring `encdebug' in ip_ipsp.h (diff) | |
download | wireguard-openbsd-b677d0983cb748ca7f9f60f653c962f4631e416c.tar.xz wireguard-openbsd-b677d0983cb748ca7f9f60f653c962f4631e416c.zip |
Update agreement URL; pointed out by sthen.
OK benno, sthen
-rw-r--r-- | etc/acme-client.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/acme-client.conf b/etc/acme-client.conf index bb1328a7fa9..ad695ba95a0 100644 --- a/etc/acme-client.conf +++ b/etc/acme-client.conf @@ -1,14 +1,14 @@ # -# $OpenBSD: acme-client.conf,v 1.4 2017/03/22 11:14:14 benno Exp $ +# $OpenBSD: acme-client.conf,v 1.5 2017/11/15 12:22:45 florian Exp $ # authority letsencrypt { - agreement url "https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf" + agreement url "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf" api url "https://acme-v01.api.letsencrypt.org/directory" account key "/etc/acme/letsencrypt-privkey.pem" } authority letsencrypt-staging { - agreement url "https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf" + agreement url "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf" api url "https://acme-staging.api.letsencrypt.org/directory" account key "/etc/acme/letsencrypt-staging-privkey.pem" } |