aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-02-12 18:41:50 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-02-12 18:46:03 +0200
commit11b9e9521cd07904f2fe9bce2a7d2a157ae9c48a (patch)
tree40b99d41d3ec2bae8097f1f9478e675b5723ddef /Makefile.PL
parentebbdbde617ddf970d112a9d0f163b5afe546117b (diff)
downloadacmeman-11b9e9521cd07904f2fe9bce2a7d2a157ae9c48a.tar.gz
acmeman-11b9e9521cd07904f2fe9bce2a7d2a157ae9c48a.tar.bz2
Change root certificate URL and make it configurable.v3.07
* 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
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 28bbee2..8ad492a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -45,6 +45,10 @@ my %makefile_args = (
url => 'git://git.gnu.org.ua/acmeman.git',
web => 'http://git.gnu.org.ua/cgit/acmeman.git/',
},
+ bugtracker => {
+ web => 'https://puszcza.gnu.org.ua/bugs/?group=acmeman',
+ mailto => 'gray+acmeman@gnu.org.ua'
+ }
},
provides => Module::Metadata->provides(version => '1.4',
dir => 'lib')

Return to:

Send suggestions and report system problems to the System administrator.