From d21e88ae3a9d8d57c4d41c1c7c76c6a15f539898 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 1 Apr 2021 12:49:51 -0600 Subject: Minor tweaks --- modules/caddypki/ca.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/caddypki') diff --git a/modules/caddypki/ca.go b/modules/caddypki/ca.go index 957f076..e3102fb 100644 --- a/modules/caddypki/ca.go +++ b/modules/caddypki/ca.go @@ -51,10 +51,10 @@ type CA struct { // and Mozilla Firefox trust stores. Default: true. InstallTrust *bool `json:"install_trust,omitempty"` - // The root certificate to use; if empty, one will be generated. + // The root certificate to use; if null, one will be generated. Root *KeyPair `json:"root,omitempty"` - // The intermediate (signing) certificate; if empty, one will be generated. + // The intermediate (signing) certificate; if null, one will be generated. Intermediate *KeyPair `json:"intermediate,omitempty"` // Optionally configure a separate storage module associated with this -- cgit v1.2.3