summaryrefslogtreecommitdiff
path: root/acme-encrypt.cabal
AgeCommit message (Expand)Author
2016-01-23change package name to "acme-certify"Andrew Cady
2016-01-23add support for multi-domain (subjectAltName) certificatesAndrew Cady
2016-01-22Factored out Network.ACME libraryAndrew Cady
2016-01-22Avoid calling "openssl req" external processAndrew Cady
2016-01-21Fail earlierAndrew Cady
2016-01-21Generate RSA keys and CSRs using HsOpenSSLAndrew Cady
2016-01-20Use a monad to track nonce values between requestsAndrew Cady
2016-01-20Generate the private key with specified filenameAndrew Cady
2016-01-20Command line options replace hard-coded valuesAndrew Cady
2016-01-20Fetch directory urls along with nonceAndrew Cady
2016-01-20add Wreq and Lens librariesAndrew Cady
2016-01-20fix all GHC warningsAndrew Cady
2016-01-20add stack/cabal metadataAndrew Cady