summaryrefslogtreecommitdiff
path: root/acme-certify.cabal
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-04-11 01:39:16 -0400
committerAndrew Cady <d@jerkface.net>2016-04-11 01:39:16 -0400
commit5978351c55544b0ab72630ba70fec25825cad7b4 (patch)
treea82d2de4525b7b618ff39e6fe5d9be0fcc7885ef /acme-certify.cabal
parent74451bfa239515ed419e47e587a2c0009808525c (diff)
Check existing certificate expiration
This disables renewing the cert unless the existing cert will expire within 20 days. It doesn't check if the existing cert has the same names as the new cert would! This needs to be done.
Diffstat (limited to 'acme-certify.cabal')
-rw-r--r--acme-certify.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/acme-certify.cabal b/acme-certify.cabal
index ac6427a..9a67cb9 100644
--- a/acme-certify.cabal
+++ b/acme-certify.cabal
@@ -30,7 +30,7 @@ executable acme
30 text, HsOpenSSL, optparse-applicative, time, 30 text, HsOpenSSL, optparse-applicative, time,
31 email-validate, network-uri, directory, yaml-config, 31 email-validate, network-uri, directory, yaml-config,
32 yaml, unordered-containers, lens, lens-aeson, process, 32 yaml, unordered-containers, lens, lens-aeson, process,
33 posix-escape, transformers, resourcet 33 posix-escape, transformers, resourcet, mtl
34 default-language: Haskell2010 34 default-language: Haskell2010
35 35
36-- test-suite acme-certify-test 36-- test-suite acme-certify-test