Skip to content

Commit

Permalink
Limit commonName to 64 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
timuthy committed Apr 29, 2020
1 parent b953757 commit 94593b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/cert-management/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ spec:
properties:
commonName:
description: CommonName is the CN for the certificate (max. 64 chars).
maxLength: 64
type: string
csr:
description: CSR is the alternative way to provide CN,DNSNames and other
Expand Down
1 change: 1 addition & 0 deletions examples/10-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ spec:
properties:
commonName:
description: CommonName is the CN for the certificate (max. 64 chars).
maxLength: 64
type: string
csr:
description: CSR is the alternative way to provide CN,DNSNames and other
Expand Down

0 comments on commit 94593b2

Please sign in to comment.