diff options
Diffstat (limited to 'core/https/handshake.go')
-rw-r--r-- | core/https/handshake.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/https/handshake.go b/core/https/handshake.go index 1334b9ff4..a05231c49 100644 --- a/core/https/handshake.go +++ b/core/https/handshake.go @@ -301,7 +301,7 @@ var OnDemandIssuedCount = new(int32) // maximum number of certificates that can be issued. // TODO: This applies globally, but we should probably make a server-specific // way to keep track of these limits and counts, since it's specified in the -// Caddyfile... +// Corefile... var onDemandMaxIssue int32 // failedIssuance is a set of names that we recently failed to get a |