Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-02 | update to lts-8.3 | Andrew Cady | |
2016-04-10 | canProvision will not check TLS cert validity | Andrew Cady | |
2016-04-09 | Move generation of CSR into `certify` function | Andrew Cady | |
2016-04-08 | More renames/cleanup related to HttpProvisioner | Andrew Cady | |
2016-04-08 | Improve HttpProvisioner interface | Andrew Cady | |
These still need to be renamed | |||
2016-04-08 | Change type of HttpProvisioner | Andrew Cady | |
Now it is parameterized on domain name. This will allow to provision to a different directory for each (sub)domain. | |||
2016-01-28 | non-semantic changes | Andrew Cady | |
2016-01-28 | http 300 response is not success | Andrew Cady | |
2016-01-27 | Re-order some definitions (no semantic changes) | Andrew Cady | |
2016-01-27 | remove Keys type from Network.ACME.Encoding | Andrew Cady | |
2016-01-27 | clean up http-served files after challenges complete | Andrew Cady | |
2016-01-26 | use Control.Error | Andrew Cady | |
2016-01-25 | generate DH params; use PEM for final output | Andrew Cady | |
this needs to be made optional and the DH params should be cached, because generating them is very slow. | |||
2016-01-25 | move genReq into the library | Andrew Cady | |
2016-01-25 | Change API of "certify" | Andrew Cady | |
It now expects a callback to provision the challenge responses. This needs to be improved so that it will also do cleanup. | |||
2016-01-24 | poll for challenge results before getting certificate | Andrew Cady | |
2016-01-24 | fix warnings | Andrew Cady | |
2016-01-24 | Oops; don't use "show" with DomainName type | Andrew Cady | |
2016-01-24 | split out another module | Andrew Cady | |
2016-01-24 | rename module & files; remove unused deps | Andrew Cady | |
2016-01-24 | Validate email address | Andrew Cady | |
2016-01-24 | Remove unused imports, extensions, & definitions | Andrew Cady | |
2016-01-22 | move key reading function into exported library | Andrew Cady | |
2016-01-22 | Factored out Network.ACME library | Andrew Cady | |