index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
caddypki
/
ca.go
Age
Commit message (
Expand
)
Author
2022-12-06
acme_server: Configurable default lifetime for issued certificates (#5232)
Kyle McCullough
2022-11-23
caddypki: Use go.step.sm/crypto to generate the PKI (#5217)
Mariano Cano
2022-11-08
caddypki: Prefer user-configured root instead of generating new one (#5189)
Jonathan Garcia
2022-08-02
chore: Bump up to Go 1.19, minimum 1.18 (#4925)
Francis Lavoie
2022-04-13
caddypki: Load intermediate for signing on-the-fly (#4669)
Francis Lavoie
2022-03-25
go.mod: Upgrade CertMagic to v0.16.0
Matthew Holt
2022-02-17
caddytls: Support external certificate Managers (like Tailscale) (#4541)
Matt Holt
2021-04-01
Minor tweaks
Matthew Holt
2021-02-02
acmeserver: Support custom CAs from Caddyfile
Matthew Holt
2020-11-23
acme_server: fix reload of acme database (#3874)
Ian
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-05-18
pki: Add docs to some struct fields
Matthew Holt
2020-05-06
Update dependencies and get rid of placeholder hacks in CA code
Matthew Holt
2020-05-05
pki: Embedded ACME server (#3198)
Matt Holt
2020-03-31
pki: Add trust subcommand to install root cert (closes #3204)
Matthew Holt
2020-03-13
v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125)
Matt Holt