-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.16
-
None
-
None
-
False
-
-
Description of problem:
The certificate used by Ironic as part of the metal3 deployment uses "metal3-ironic" as CN, which does not correspond to the hostname in the cluster. This creates trouble for the TLS validation in some BMCs.
Version-Release number of selected component (if applicable):
Seen on OCP 4.12 and later versions.
How reproducible:
Always
Steps to Reproduce:
1. openssl s_client -showcerts <hostname>:6385 < /dev/null 2. Check subject CN
Actual results:
Two CNs are shown: localhost and metal3-ironic
Expected results:
The CN can be configurable, so it is accepted by the BMC
Additional info: