summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-11-04letsencrypt: Fix bug if different emails used; beta 2v0.8-beta.2Matthew Holt
2015-11-04Fixed behavior with empty CaddyfileMatthew Holt
2015-11-03Revised READMEMatthew Holt
2015-11-03Better error handling at startup and fixed some bugsMatthew Holt
2015-11-03Fix -port, -host, and -root flags when Caddyfile is missingMatthew Holt
2015-11-02Merge pull request #308 from mholt/letsencryptv0.8-beta.1Matt Holt
2015-11-02Forgot somethingMatthew Holt
2015-11-02Update changelog and readmeMatthew Holt
2015-11-02tls: Repair from messy mergeMatthew Holt
2015-11-02Merge branch 'master' into letsencryptMatthew Holt
2015-11-02markdown: Don't generate static site or links unless sitegen is enabledMatthew Holt
2015-11-02A few comments, slight tweaksMatthew Holt
2015-11-02letsencrypt: Fixed renewalsMatthew Holt
2015-11-02letsencrypt: Better logic for handling issuance failuresMatthew Holt
2015-11-02letsencrypt: Re-prompt user if obtaining certs fails due to updated SAMatthew Holt
2015-11-01tls: If port unspecified and user provides cert+key, use 443Matthew Holt
2015-11-02Update to latest lego changesxenolf
2015-11-01letsencrypt: Don't store KeyFile as field in user; staying consistentMatthew Holt
2015-11-01letsencrypt: Activate during config load just after tls directiveMatthew Holt
2015-10-31Merge pull request #301 from abiosoft/masterMatt Holt
2015-10-31Remove PATH from build outputAbiola Ibrahim
2015-10-31core (Windows): Retry every 100ms for 2s if listener fails to bindMatthew Holt
2015-10-31letsencrypt: Email prompt includes link to SAMatthew Holt
2015-10-31Merge pull request #300 from PatelNDipen/masterMatt Holt
2015-10-31debugged startupshutdown.goDipen Patel
2015-10-31wrote startupshutdown tests and added OncePerServerBlock value in the NewTest...Dipen Patel
2015-10-31Merge pull request #299 from abiosoft/masterAbiola Ibrahim
2015-10-31Merge pull request #295 from guilhermebr/masterAbiola Ibrahim
2015-10-30letsencrypt: Allow (but warn about) empty emailsMatthew Holt
2015-10-31Fix for issues #297 and #298Abiola Ibrahim
2015-10-30letsencrypt: Numerous bug fixesMatthew Holt
2015-10-30core: Start() blocks until servers finish startingMatthew Holt
2015-10-29letsencrypt: Don't maintain assets of sites we don't maintainMatthew Holt
2015-10-29core: Fix for graceful reload after first reload signalMatthew Holt
2015-10-29Add new optional block tests to setup/templates_test.goGuilherme Rezende
2015-10-29Add argument in new optional block in templates midd to set delimitersGuilherme Rezende
2015-10-29Merge branch 'caddyfile' into letsencryptMatthew Holt
2015-10-29Move common function into existing fileMatthew Holt
2015-10-29Merge pull request #296 from Makpoc/last-modifiedMatt Holt
2015-10-29caddyfile: http and https hosts should render in URL formatMatthew Holt
2015-10-29markdown: Enable tables, fenced code, and strikethrough (closes #294)Matthew Holt
2015-10-29Add Last-Modified header when serving markdown and templatesmakpoc
2015-10-29caddyfile: Better string and number handlingMatthew Holt
2015-10-28letsencrypt: Stubbed out OCSP staple updatesMatthew Holt
2015-10-28Clean up leaking goroutines and safer Start()/Stop()Matthew Holt
2015-10-28letsencrypt: Better error handling, prompt user for SAMatthew Holt
2015-10-28Track the latest lego OCSP changesxenolf
2015-10-27Merge pull request #287 from Makpoc/parsewincmdMatt Holt
2015-10-27templates: Parse host successfully when port is implicit (fixes #292)Matthew Holt
2015-10-27Merge pull request #290 from mholt/le-gracefulMatt Holt