summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-27Embed issuer certificate in binaryAndrew Cady
2016-01-27clean up http-served files after challenges completeAndrew Cady
2016-01-26bump stack resolver to lts-5.0Andrew Cady
2016-01-26Improve documentationAndrew Cady
2016-01-26Pre-generate DH paramsAndrew Cady
2016-01-26use Control.ErrorAndrew Cady
2016-01-25generate DH params; use PEM for final outputAndrew Cady
2016-01-25move genReq into the libraryAndrew Cady
2016-01-25Change API of "certify"Andrew Cady
2016-01-24update documentationAndrew Cady
2016-01-24poll for challenge results before getting certificateAndrew Cady
2016-01-24fix warningsAndrew Cady
2016-01-24Oops; don't use "show" with DomainName typeAndrew Cady
2016-01-24Don't save CSR to disk; cleanupAndrew Cady
2016-01-24use BasePreludeAndrew Cady
2016-01-24split out another moduleAndrew Cady
2016-01-24rename module & files; remove unused depsAndrew Cady
2016-01-24Function 'certify' now returns certificate dataAndrew Cady
2016-01-24validate domain namesAndrew Cady
2016-01-24validate URIsAndrew Cady
2016-01-24Validate email addressAndrew Cady
2016-01-24Remove unused imports, extensions, & definitionsAndrew Cady
2016-01-23change package name to "acme-certify"Andrew Cady
2016-01-23add support for multi-domain (subjectAltName) certificatesAndrew Cady
2016-01-22Use subjectAltName X509v3 extensionAndrew Cady
2016-01-22use HsOpenSSL version that actually worksAndrew Cady
2016-01-22move key reading function into exported libraryAndrew Cady
2016-01-22Factored out Network.ACME libraryAndrew Cady
2016-01-22Avoid calling "openssl req" external processAndrew Cady
2016-01-21helper function to replace "flip unless" uglinessAndrew Cady
2016-01-21Fail earlierAndrew Cady
2016-01-21add option --domain-dirAndrew Cady
2016-01-21update documentation to reflect new codeAndrew Cady
2016-01-21Generate RSA keys and CSRs using HsOpenSSLAndrew Cady
2016-01-21It _does_ work!Andrew Cady
2016-01-20whitespaceAndrew Cady
2016-01-20More debug loggingAndrew Cady
2016-01-20minor fix: type sig unifies two functionsAndrew Cady
2016-01-20last step doesn't work...Andrew Cady
2016-01-20Report HTTP statusAndrew Cady
2016-01-20Use a Wreq session.Andrew Cady
2016-01-20Use a monad to track nonce values between requestsAndrew Cady
2016-01-20Minor code reorgAndrew Cady
2016-01-20remove 'writeBody'; minor cleanupsAndrew Cady
2016-01-20Remove unused functionsAndrew Cady
2016-01-20Generate signatures without external callsAndrew 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-20Fetch nonce instead of hard-coding itAndrew Cady