summaryrefslogtreecommitdiff
path: root/acme-encrypt.cabal
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-01-21 01:46:06 -0500
committerAndrew Cady <d@jerkface.net>2016-01-21 01:48:47 -0500
commitd313b531e9f83878face52c33955f477db164e1f (patch)
treebb991d836a48e9ae35d00bdc6dcffd95e02d98ec /acme-encrypt.cabal
parentc7a9033041a0b6eb4006cb195a84233577f817e3 (diff)
Generate RSA keys and CSRs using HsOpenSSL
Unfortunately, an external process is still needed to convert x509 CSRs from PEM to DER.
Diffstat (limited to 'acme-encrypt.cabal')
-rw-r--r--acme-encrypt.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/acme-encrypt.cabal b/acme-encrypt.cabal
index 4d3aa44..66b80ec 100644
--- a/acme-encrypt.cabal
+++ b/acme-encrypt.cabal
@@ -24,7 +24,7 @@ executable acme-encrypt-exe
24 build-depends: base, 24 build-depends: base,
25 cryptonite, aeson, bytestring, base64-bytestring, SHA, 25 cryptonite, aeson, bytestring, base64-bytestring, SHA,
26 text, HsOpenSSL, process, wreq, lens, lens-aeson, 26 text, HsOpenSSL, process, wreq, lens, lens-aeson,
27 optparse-applicative, directory, mtl 27 optparse-applicative, directory, mtl, process-extras
28 -- , acme-encrypt 28 -- , acme-encrypt
29 default-language: Haskell2010 29 default-language: Haskell2010
30 30