From 11b9e9521cd07904f2fe9bce2a7d2a157ae9c48a Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 12 Feb 2021 18:41:50 +0200 Subject: Change root certificate URL and make it configurable. * Makefile.PL: Change bugtracker address as a response to https://log.perl.org/2020/12/rtcpanorg-sunset.html * lib/App/Acmeman.pm ($letsencrypt_root_cert_url): Now global. ($letsencrypt_root_cert_basename): New global. Use the R3 certificate by default. ($VERSION): Change to 3.07 (setup): Use $letsencrypt_root_cert_basename instead of the hardoded value. (collect): Additional diagnostic message. * lib/App/Acmeman/Source/Apache.pm (setup): Use $App::Acmeman::acme_dir and $App::Acmeman::letsencrypt_root_cert_basename * Changes: Update --- Changes | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Changes') diff --git a/Changes b/Changes index 0e02669..4f60bcf 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,8 @@ +3.07 2021-01-12 + + - Change bugtracker address. + - Change root certificate URL and make it configurable. + 3.06 2020-06-15 - Improve error reporting -- cgit v1.2.1