Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-23 | caddyfile: Normalize & flatten all unmarshalers (#6037) | Francis Lavoie | |
2023-08-07 | ci: Use gofumpt to format code (#5707) | Jacob Gadikian | |
2022-12-06 | acme_server: Configurable default lifetime for issued certificates (#5232) | Kyle McCullough | |
* acme_server: add certificate lifetime configuration option Signed-off-by: Kyle McCullough <[email protected]> * pki: allow intermediate cert lifetime to be configured Signed-off-by: Kyle McCullough <[email protected]> Signed-off-by: Kyle McCullough <[email protected]> | |||
2022-11-14 | reverseproxy: Mask the WS close message when we're the client (#5199) | Francis Lavoie | |
* reverseproxy: Mask the WS close message when we're the client * weakrand * Bump golangci-lint version so path ignores work on Windows * gofmt * ugh, gofmt everything, I guess | |||
2022-08-02 | chore: Bump up to Go 1.19, minimum 1.18 (#4925) | Francis Lavoie | |
2022-01-18 | httpcaddyfile: Add pki app `root` and `intermediate` cert/key config (#4514) | Francis Lavoie | |
2022-01-05 | httpcaddyfile: Support configuring `pki` app names via global options (#4450) | Francis Lavoie | |
2021-06-07 | httpcaddyfile: Add `skip_install_trust` global option (#4153) | Francis Lavoie | |
Fixes https://github.com/caddyserver/caddy/issues/4002 | |||
2021-02-02 | acmeserver: Support custom CAs from Caddyfile | Matthew Holt | |
The HTTP Caddyfile adapter can now configure the PKI app, and the acme_server directive can now be used to specify a custom CA used for issuing certificates. More customization options can follow later as needed. |