aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-02-07 16:53:02 +0100
committerSergey Poznyakoff <gray@gnu.org.ua>2017-02-07 16:57:47 +0100
commitb147b39e5cfbba272e0f172dc84c2f7570318fcc (patch)
tree3323decc80a0a7f48815c186328a4dae9994bc06 /Makefile.PL
parente9b6f0f44f231d53758033dd319abae100736ff6 (diff)
downloadacmeman-b147b39e5cfbba272e0f172dc84c2f7570318fcc.tar.gz
acmeman-b147b39e5cfbba272e0f172dc84c2f7570318fcc.tar.bz2
Fix adding alternative names to the certificates
* .gitignore: Update. * MANIFEST: inc/ExtUtils/AutoInstall.pm * Makefile.PL: Add Data::Dumper * acmeman: Optional arguments select what domains to renew. Improve configuration parser. (register_domain_certificate): Autorize each alternative. (make_csr): Fix adding alternative names.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index b8c8f8d..bfa834a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -15,7 +15,8 @@ use ExtUtils::AutoInstall (
'DateTime::Format::Strptime' => 1.42,
'WWW::Curl::Easy' => 4.17,
'Pod::Usage' => 1.51,
- 'Pod::Man' => 2.25
+ 'Pod::Man' => 2.25,
+ 'Data::Dumper' => 0
}
);

Return to:

Send suggestions and report system problems to the System administrator.