aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2019-10-18 15:43:18 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2019-10-18 15:43:18 +0300
commit7e22b3181f963e62a44620336bdcd7d40baacb3a (patch)
tree48882634e30ab86c3ca9f0a62e12db9e2563c93e /Makefile.PL
parentd62fd8fbc9c272e79a58c30e964702c52d1f56c9 (diff)
downloadacmeman-7e22b3181f963e62a44620336bdcd7d40baacb3a.tar.gz
acmeman-7e22b3181f963e62a44620336bdcd7d40baacb3a.tar.bz2
Switch to ACMEv2
* Makefile.PL: Require Net::ACME2 * lib/App/Acmeman.pm: Rewrite using Net::ACME2. Avoid re-creating account key/id. * lib/App/Acmeman/Config.pm: Provide default for verbose.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index f7195d4..3b41713 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -17,8 +17,7 @@ my %makefile_args = (
'File::Basename' => 2.84,
'Test::NoWarnings' => 0,
'Crypt::RSA::Parse' => 0.043,
- 'Protocol::ACME' => 1.01,
- 'Protocol::ACME::Challenge::LocalFile' => 1.01,
+ 'Net::ACME2' => 0.33,
'Crypt::Format' => 0.06,
'Crypt::OpenSSL::PKCS10' => 0.16,
'Crypt::OpenSSL::RSA' => 0.28,

Return to:

Send suggestions and report system problems to the System administrator.