Add note that CommonName is not looked at when any SAN is set

Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
This commit is contained in:
Maartje Eyskens
2020-02-06 18:01:41 +01:00
parent 94bc5f60f8
commit 368621a0a4
@@ -79,6 +79,7 @@ type CertificateSpec struct {
// CommonName is a common name to be used on the Certificate.
// The CommonName should have a length of 64 characters or fewer to avoid
// generating invalid CSRs.
// This value is ignored by TLS clients when any subject alt name is set.
// +optional
CommonName string `json:"commonName,omitempty"`