diff options
Diffstat (limited to 'modules/caddytls/automation.go')
| -rw-r--r-- | modules/caddytls/automation.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/caddytls/automation.go b/modules/caddytls/automation.go index 87e6b28..c623b82 100644 --- a/modules/caddytls/automation.go +++ b/modules/caddytls/automation.go @@ -150,7 +150,7 @@ func (ap *AutomationPolicy) Provision(tlsApp *TLS) error {  	// none of the subjects qualify for a public certificate,  	// set the issuer to internal so that these names can all  	// get certificates; critically, we can only do this if an -	// issuer is not explictly configured (IssuerRaw, vs. just +	// issuer is not explicitly configured (IssuerRaw, vs. just  	// Issuer) AND if the list of subjects is non-empty  	if ap.IssuerRaw == nil && len(ap.Subjects) > 0 {  		var anyPublic bool | 
