Some more info: idrac 8, V2.30.30.30
If I create a certificate request using the webgui, the request ist fine.
If i use the api (Method: GenerateSSLCSR from iDRACCardService) the OU and O values are interchanged!
Example:
Values configured:
OU=MyOU
O=MyCompany
In the CSR this values are interchanged. I checked it using Windows "CertUtil.exe -dump 'idrac.csr'"
The output delivers:
OU=MyCompany
O=MyOU
Is it a bug?
Regards
Ulli