From: Raphaël Gertz Date: Thu, 15 Sep 2022 12:20:23 +0000 (+0200) Subject: Version 2.0.3 X-Git-Tag: 2.0.3 X-Git-Url: https://git.rapsys.eu/acme/commitdiff_plain/e847dbb9d6fbeff2d00d4ba8580d0d67ee4f0993 Version 2.0.3 Update letsencrypt term url --- 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)