diff --git a/internal/net/ssl/ssl.go b/internal/net/ssl/ssl.go index ca708b79f..8daf79f5f 100644 --- a/internal/net/ssl/ssl.go +++ b/internal/net/ssl/ssl.go @@ -45,7 +45,7 @@ var ( oidExtensionSubjectAltName = asn1.ObjectIdentifier{2, 5, 29, 17} ) -// AddOrUpdateCertAndKey creates a .pem file wth the cert and the key with the specified name +// AddOrUpdateCertAndKey creates a .pem file with the cert and the key with the specified name func AddOrUpdateCertAndKey(name string, cert, key, ca []byte, fs file.Filesystem) (*ingress.SSLCert, error) {