summaryrefslogtreecommitdiff
path: root/modules/caddypki/ca.go
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-08caddypki: Prefer user-configured root instead of generating new one (#5189)Jonathan Garcia
2022-08-02chore: Bump up to Go 1.19, minimum 1.18 (#4925)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-02-17caddytls: Support external certificate Managers (like Tailscale) (#4541)Matt Holt
2021-04-01Minor tweaksMatthew Holt
2021-02-02acmeserver: Support custom CAs from CaddyfileMatthew Holt
2020-11-23acme_server: fix reload of acme database (#3874)Ian
2020-11-22ci: Use golangci's github action for linting (#3794)Dave Henderson
2020-05-18pki: Add docs to some struct fieldsMatthew 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-13v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125)Matt Holt