From e847dbb9d6fbeff2d00d4ba8580d0d67ee4f0993 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Thu, 15 Sep 2022 14:20:23 +0200 Subject: [PATCH] Version 2.0.3 Update letsencrypt term url --- Acme.pm | 4 ++-- LICENSE | 4 ++-- README | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Acme.pm b/Acme.pm index e8679c1..0ba3e5d 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.pdf', + TERM => 'https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017-w-v1.3-notice.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.2', + VERSION => '2.0.3', # Timeout TIMEOUT => 300 diff --git a/LICENSE b/LICENSE index 0ad25db..be3f7b2 100644 --- a/LICENSE +++ b/LICENSE @@ -633,8 +633,8 @@ the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/README b/README index 58e1800..0fa25b4 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - Acme 2.0.0 + Acme 2.0.3 Raphaël Gertz (Rapsys) -- 2.41.0