summaryrefslogtreecommitdiffhomepage
path: root/config
AgeCommit message (Expand)Author
2015-10-26core: Major refactor for graceful restarts; numerous fixesMatthew Holt
2015-10-25letsencrypt: Work with latest lego changesMatthew Holt
2015-10-25letsencrypt: Graceful restartsMatthew Holt
2015-10-21letsencrypt: Basic renewal failover and better error handlingMatthew Holt
2015-10-21Merge branch 'letsencrypt' into le-simplerenewMatthew Holt
2015-10-21letsencrypt: Revoke certificateMatthew Holt
2015-10-20Simplify timing mechanism for checking renewalsMatthew Holt
2015-10-20First, raw renewal implementation. Pretty basic :Dxenolf
2015-10-18letsencrypt: Don't auto-configure loopback hosts or 'tls off'Matthew Holt
2015-10-18Merge branch 'configfix' into letsencryptMatthew Holt
2015-10-18Fix ServerBlockStorage so it actually stores stuffMatthew Holt
2015-10-18letsencrypt: Fix Windows testsMatthew Holt
2015-10-18letsencrypt: More tests, tests for user.go & slight refactoringMatthew Holt
2015-10-18letsencrypt: Storage testsMatthew Holt
2015-10-17letsencrypt: Tests for load/save RSA keys and redirPlaintextHostMatthew Holt
2015-10-17letsencrypt: Use existing certs & keys if already in storageMatthew Holt
2015-10-17lego provides PEM-encoded certificate bytes for usMatthew Holt
2015-10-17Compatibility with latest lego commits (dev mode enabled)Matthew Holt
2015-10-17Little more refactoring in letsencryptMatthew Holt
2015-10-17More refactoring; cleaning up code, preparing for testsMatthew Holt
2015-10-17Refactor letsencrypt code into its own packageMatthew Holt
2015-10-17core: Controller has field to persist server stateMatthew Holt
2015-10-17Remove obsolete testMatthew Holt
2015-10-17Oops (pass a pointer)Matthew Holt
2015-10-17Redirect HTTP requests to HTTPS by defaultMatthew Holt
2015-10-17Don't forget to set port to "https" and indicate TLS enabledMatthew Holt
2015-10-17Try to use most recent user email if not providedMatthew Holt
2015-10-16Can issue and use SSL certs and serve sitesMatthew Holt
2015-10-16Merge branch 'configfix' into letsencryptMatthew Holt
2015-10-16core: Disable TLS for sites where http is explicitly defined (fix)Matthew Holt
2015-10-16Merge branch 'configfix' into letsencryptMatthew Holt
2015-10-16LE flags, modified tis directive, moved LE stuff to own fileMatthew Holt
2015-10-15Add ServerBlockIndex and ServerBlockHosts to ControllerMatthew Holt
2015-10-15OncePerServerBlock may now return an errorMatthew Holt
2015-10-15Merge branch 'master' into configfixMatthew Holt
2015-10-15First use of OncePerServerBlock in a Setup functionMatthew Holt
2015-10-15Don't share sync.Once with all directivesMatthew Holt
2015-10-14Epic revert of 0ac8bf5 and adding OncePerServerBlockMatthew Holt
2015-10-14Merge pull request #270 from Makpoc/masterMatt Holt
2015-10-14Merge pull request #271 from zmb3/windows_failuresMatt Holt
2015-10-14Use null byte in filename to simulate 'unable to access' on both windows and ...makpoc
2015-10-13Re-enable testZac Bergquist
2015-10-13Fix test failure on non-Windows OS.Zac Bergquist
2015-10-13Fix test failures on Windows.Zac Bergquist
2015-10-13Fix failing test (windows) - simulate an error by executing stat on a filenam...Makpoc
2015-10-12websocket refactored to use gorillaAustin
2015-10-11Address various lint and gocyclo warnings. Fixes #253Zac Bergquist
2015-10-10Fail the test if the configuration fails.Makpoc
2015-10-09Add tests for root.gomakpoc
2015-10-07allow consecutive spaces for browsepyed