diff options
Diffstat (limited to 'core/https/certificates.go')
-rw-r--r-- | core/https/certificates.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/https/certificates.go b/core/https/certificates.go index 0dc3db523..6a8f3adc6 100644 --- a/core/https/certificates.go +++ b/core/https/certificates.go @@ -33,7 +33,7 @@ type Certificate struct { // NotAfter is when the certificate expires. NotAfter time.Time - // Managed certificates are certificates that Caddy is managing, + // Managed certificates are certificates that CoreDNS is managing, // as opposed to the user specifying a certificate and key file // or directory and managing the certificate resources themselves. Managed bool |