summaryrefslogtreecommitdiff
path: root/acme-certify.cabal
AgeCommit message (Collapse)Author
2016-04-11Implement code to read X509 subjectAltNameAndrew Cady
This isn't actually used yet; it's just printed out.
2016-04-11Check existing certificate expirationAndrew Cady
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.
2016-04-10canProvision will not check TLS cert validityAndrew Cady
2016-04-09implement remote file http provisionerAndrew Cady
2016-04-09implement code to install & clean up remote temporary filesAndrew Cady
(via ssh)
2016-04-09stub parsing of yaml config fileAndrew Cady
2016-04-09import Data.Yaml.ConfigAndrew Cady
2016-04-09Separate CLI into subcommandsAndrew Cady
Viz. 'update' and 'certify' 'certify' is just the previous CLI. 'update' is unimplemented. The binary was renamed from 'acme-certify' to 'acme' to reflect this.
2016-01-27Embed issuer certificate in binaryAndrew Cady
This permits the program to be run from outside the source directory.
2016-01-27clean up http-served files after challenges completeAndrew Cady
2016-01-26use Control.ErrorAndrew Cady
2016-01-24use BasePreludeAndrew Cady
2016-01-24split out another moduleAndrew Cady
2016-01-24rename module & files; remove unused depsAndrew Cady
2016-01-24validate URIsAndrew Cady
2016-01-24Validate email addressAndrew Cady
2016-01-23change package name to "acme-certify"Andrew Cady