Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-14 | ci: use gci linter (#5708) | Jacob Gadikian | |
* use gofmput to format code * use gci to format imports * reconfigure gci * linter autofixes * rearrange imports a little * export GOOS=windows golangci-lint run ./... --fix | |||
2022-03-25 | go.mod: Upgrade CertMagic to v0.16.0 | Matthew Holt | |
Includes several breaking changes; code base updated accordingly. - Added lots of context arguments - Use fs.ErrNotExist - Rename ACMEManager -> ACMEIssuer; CertificateManager -> Manager | |||
2021-04-21 | caddytls: Add `load_storage` module (#4055) | Francis Lavoie | |
An idea that came up in https://caddy.community/t/save-internally-issued-wildcard-certificate-in-consul/11740, this a simple module that might be useful for anyone who uses storage modules that aren't filesystem, to let them load certs/keys externally issued for use by Caddy. Bit goofy, since we need to fetch the certmagic.Storage during provisioning, it needs a wrapping struct instead of just being an array like `load_files`. Future work might involve adding Caddyfile support via a subdirective of the `tls` directive maybe? |