summaryrefslogtreecommitdiff
path: root/modules/caddytls/folderloader.go
AgeCommit message (Expand)Author
2022-02-17caddytls: Support external certificate Managers (like Tailscale) (#4541)Matt Holt
2021-09-29Move from deprecated ioutil to os and io packages (#4364)KallyDev
2020-11-22ci: Use golangci's github action for linting (#3794)Dave Henderson
2019-12-10v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)Matt Holt
2019-08-21Refactor Caddyfile adapter and module registrationMatthew Holt
2019-08-09Implement config adapters and beginning of Caddyfile adapterMatthew Holt
2019-07-02go.mod: Append /v2 to module name; update all import pathsMatthew Holt
2019-06-30Add licenseMatthew Holt
2019-06-24caddytls: Support tags for manually-loaded certificatesMatthew Holt
2019-06-14Rename caddy2 -> caddyMatthew Holt
2019-06-04Change import paths to GitHub package namesMatthew Holt
2019-05-21Module.New() does not need to return an errorMatthew Holt
2019-04-25Initial commit of Storage, TLS, and automatic HTTPS implementationsMatthew Holt