From 0534a0d534bcd4fad8ac2daedf01c554bc163b30 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Thu, 8 Dec 2022 00:23:27 +0100 Subject: [PATCH] Version 2.0.4 Update terms to latest LE-SA-v1.3-September-21-2022.pdf --- Acme.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Acme.pm b/Acme.pm index 0ba3e5d..a27e385 100644 --- a/Acme.pm +++ b/Acme.pm @@ -66,7 +66,7 @@ use constant { CONFIG => '/etc/acme/config', PENDING => '/tmp/acme', THUMBPRINT => '/etc/acme/thumbprint', - TERM => 'https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017-w-v1.3-notice.pdf', + TERM => 'https://letsencrypt.org/documents/LE-SA-v1.3-September-21-2022.pdf', MAIL => 'webmaster', # Certificate info @@ -97,7 +97,7 @@ use constant { ACME_PROD_DIR => 'https://acme-v02.api.letsencrypt.org/directory', # Version - VERSION => '2.0.3', + VERSION => '2.0.4', # Timeout TIMEOUT => 300 -- 2.41.0