summaryrefslogtreecommitdiff
path: root/modules/caddypki/acmeserver/caddyfile.go
AgeCommit message (Collapse)Author
2021-02-02acmeserver: Support custom CAs from CaddyfileMatthew 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.
2020-06-03caddypki: Add 'acme_server' Caddyfile directiveMatthew Holt