index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
caddyhttp
/
autohttps.go
Age
Commit message (
Expand
)
Author
2020-12-10
caddyhttp: Clean up internal auto-HTTPS redirect code
Matthew Holt
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-11-16
caddytls: Support multiple issuers (#3862)
Matt Holt
2020-08-11
caddytls: Add support for ZeroSSL; add Caddyfile support for issuers (#3633)
Matt Holt
2020-06-03
caddyhttp: Auto-redirects from all bind addresses (fix #3443)
Matthew Holt
2020-04-24
httpcaddyfile: Add nil check to prevent panic, fix validation logic
Matthew Holt
2020-04-24
dangit, of course I would bork my git commit
Matthew Holt
2020-04-24
caddyhttp: Fix auto redirects for catch-all HTTPS sites
Matthew Holt
2020-04-09
caddytls: Don't initialize default internal issuer unless necessary
Matthew Holt
2020-04-07
core: Rename ParsedAddress -> NetworkAddress
Matthew Holt
2020-03-23
caddyhttp: Always provision ACME issuers (fix terms agree error)
Matthew Holt
2020-03-20
tls/http: Fix auto-HTTPS logic w/rt default issuers (fixes #3164)
Matthew Holt
2020-03-17
httpcaddyfile: Many tls-related improvements including on-demand support
Matthew Holt
2020-03-15
caddytls: Clean up some code related to automation
Matthew Holt
2020-03-15
Add missing license texts
Matthew Holt
2020-03-13
Some hotfixes for beta 16
Matthew Holt
2020-03-13
v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125)
Matt Holt
2020-03-09
caddyhttp: New algorithm for auto HTTP->HTTPS redirects (fix #3127) (#3128)
Matt Holt
2020-03-07
tls: Couple of quick fixes for 4d18587192e4fffe5b34b714eaabcfc212914c1e
Matthew Holt
2020-03-06
Refactor for CertMagic v0.10; prepare for PKI app
Matthew Holt
2020-02-14
tls: Avoid duplication AutomationPolicies for large quantities of names
Matthew Holt
2020-02-05
http: Split 2-phase auto-HTTPS into 3 phases
Matthew Holt
2020-01-16
httpcaddyfile: Fix nested blocks; add handle directive; refactor
Matthew Holt
2020-01-13
http: Refactor automatic HTTPS (fixes #2972)
Matthew Holt