summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-31update for newer stackHEADmasterAndrew Cady
2019-06-30remove unused codeAndrew Cady
2019-06-30re-enable disabled warningAndrew Cady
2019-06-30whitespaceAndrew Cady
2019-06-30fix warning about obsolete functionAndrew Cady
2019-06-29update stackage to lts-13.26Andrew Cady
2019-06-29update stackage to lts-10.10Andrew Cady
2017-08-11bump stackage to lts-9.0Andrew Cady
2017-07-05add command to check for certificate expiration on remote HTTP hostsAndrew Cady
2017-06-11spellingAndrew Cady
2017-06-11avoid unneeded provision checksAndrew Cady
2017-06-11provision check is now optionalAndrew Cady
2017-03-02update to lts-8.3Andrew Cady
2017-03-02improve command-line usage helpAndrew Cady
2016-10-28factor out function 'configGetCertReqs'Andrew Cady
2016-05-01ensure created certs have proper permissionsAndrew Cady
2016-05-01actually respect --config command line optionAndrew Cady
2016-05-01switch to new X3 certificateAndrew Cady
2016-04-11Properly check for added subdomainsAndrew Cady
2016-04-11Implement code to read X509 subjectAltNameAndrew Cady
2016-04-11Check existing certificate expirationAndrew Cady
2016-04-10New option to "update": --tryAndrew Cady
2016-04-10canProvision will not check TLS cert validityAndrew Cady
2016-04-10fix bug where "." as subdomain was not substitutedAndrew Cady
2016-04-10Add option "--dry-run" to command "update"Andrew Cady
2016-04-10successfully fetched real certificateAndrew Cady
2016-04-10Perform all provision checks before any ACME requestsAndrew Cady
2016-04-10'acme update' accepts hosts as argumentsAndrew Cady
2016-04-09Change certificate output directoryAndrew Cady
2016-04-09successfully retrieved certificate with update codeAndrew Cady
2016-04-09disable misc. test outputAndrew Cady
2016-04-09fix erroneous use of "show" on DomainNameAndrew Cady
2016-04-09Specify remote provisioning paths in config fileAndrew Cady
2016-04-09implement remote file http provisionerAndrew Cady
2016-04-09implement code to install & clean up remote temporary filesAndrew Cady
2016-04-09generate stub CertSpec objects from config fileAndrew Cady
2016-04-09stub parsing of yaml config fileAndrew Cady
2016-04-09import Data.Yaml.ConfigAndrew Cady
2016-04-09Separate CLI into subcommandsAndrew Cady
2016-04-09Trivial, formattingAndrew Cady
2016-04-09Move generation of CSR into `certify` functionAndrew Cady
2016-04-08More renames/cleanup related to HttpProvisionerAndrew Cady
2016-04-08Improve HttpProvisioner interfaceAndrew Cady
2016-04-08More refactoringAndrew Cady
2016-04-08Change type of HttpProvisionerAndrew Cady
2016-04-08slight refactorAndrew Cady
2016-01-28non-semantic changesAndrew Cady
2016-01-28http 300 response is not successAndrew Cady
2016-01-27Re-order some definitions (no semantic changes)Andrew Cady
2016-01-27remove Keys type from Network.ACME.EncodingAndrew Cady