summaryrefslogtreecommitdiff
path: root/modules/caddypki/ca.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/caddypki/ca.go')
-rw-r--r--modules/caddypki/ca.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/caddypki/ca.go b/modules/caddypki/ca.go
index 641f006..c0a0096 100644
--- a/modules/caddypki/ca.go
+++ b/modules/caddypki/ca.go
@@ -51,7 +51,10 @@ type CA struct {
// and Mozilla Firefox trust stores. Default: true.
InstallTrust *bool `json:"install_trust,omitempty"`
- Root *KeyPair `json:"root,omitempty"`
+ // The root certificate to use; if empty, one will be generated.
+ Root *KeyPair `json:"root,omitempty"`
+
+ // The intermediate (signing) certificate; if empty, one will be generated.
Intermediate *KeyPair `json:"intermediate,omitempty"`
// Optionally configure a separate storage module associated with this