summaryrefslogtreecommitdiff
path: root/modules/caddypki
AgeCommit message (Expand)Author
2022-12-06acme_server: Configurable default lifetime for issued certificates (#5232)Kyle McCullough
2022-11-23caddypki: Use go.step.sm/crypto to generate the PKI (#5217)Mariano Cano
2022-11-14reverseproxy: Mask the WS close message when we're the client (#5199)Francis Lavoie
2022-11-08caddypki: Prefer user-configured root instead of generating new one (#5189)Jonathan Garcia
2022-09-16core: Variadic Context.Logger(); soft deprecationMatthew Holt
2022-08-02chore: Bump up to Go 1.19, minimum 1.18 (#4925)Francis Lavoie
2022-07-20cmd: Fix reload with stdin (#4900)Francis Lavoie
2022-04-25caddypki: Fix `caddy trust` command to use the correct API endpoint (#4730)Francis Lavoie
2022-04-13caddypki: Load intermediate for signing on-the-fly (#4669)Francis Lavoie
2022-03-25go.mod: Upgrade CertMagic to v0.16.0Matthew Holt
2022-03-13chore: Comment fixes (#4634)Francis Lavoie
2022-03-02caddypki: Try to fix lint warningsMatthew Holt
2022-03-02caddypki: Refactor /pki/ admin endpointsMatthew Holt
2022-03-02pki: Implement API endpoints for certs and `caddy trust` (#4443)Francis Lavoie
2022-02-17caddytls: Support external certificate Managers (like Tailscale) (#4541)Matt Holt
2022-01-07caddypki: Return error if no PEM data foundMatthew Holt
2021-12-13caddypki: Minor tweak, don't use context pointerMatthew Holt
2021-12-13pki: Avoid provisioning the `local` CA when not necessary (#4463)Francis Lavoie
2021-09-29Move from deprecated ioutil to os and io packages (#4364)KallyDev
2021-09-24General minor improvements to docsMatthew Holt
2021-07-01acmeserver: Don't set host for directory links by defaultMatthew Holt
2021-06-21acmeserver: Trim slashes from path prefixMatthew Holt
2021-06-03go.mod: Update direct dependenciesMatthew Holt
2021-04-01Minor tweaksMatthew Holt
2021-02-26caddypki: Add SignWithRoot option for ACME serverMatthew Holt
2021-02-02acmeserver: Support custom CAs from CaddyfileMatthew Holt
2020-11-23acme_server: fix reload of acme database (#3874)Ian
2020-11-23acme_server: switch to bbolt storage (#3868)Ian
2020-11-22ci: Use golangci's github action for linting (#3794)Dave Henderson
2020-06-03caddypki: Add 'acme_server' Caddyfile directiveMatthew Holt
2020-05-18pki: Add docs to some struct fieldsMatthew Holt
2020-05-12all: Recover from panics in goroutinesMatthew Holt
2020-05-06Update dependencies and get rid of placeholder hacks in CA codeMatthew Holt
2020-05-05pki: Embedded ACME server (#3198)Matt Holt
2020-03-31pki: Add trust subcommand to install root cert (closes #3204)Matthew Holt
2020-03-14pki: Don't treat cert installation failure as errorMatthew Holt
2020-03-13Minor tweaksMatthew Holt
2020-03-13v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125)Matt Holt