-
Bug
-
Resolution: Done-Errata
-
Blocker
-
rhos-18.0.0
-
None
When bmh are used with long DNS names, the cert generation fails with
TLSInput error occured in TLS sources admission webhook "webhook.cert-manager.io" denied the request: spec.commonName: Too long: must have at most 64 bytes
The `CommonName` of a tls cert has a max length of 64 bytes. The `dnsNames` should be used instead.
From https://cert-manager.io/docs/usage/certificate/#creating-certificate-resources
# The use of the common name field has been deprecated since 2000 and is # discouraged from being used. commonName: example.com