mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-28 14:36:45 +10:00
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:
@@ -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"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user