This is a known issue and will be fixed in a future release.Workaround:
To workaround this issue, please use the steps below:
- Open a SSH sesson to the SDDC Manager VM and change to the root user:
su -
- Copy the CSR fle to /opt/vmware/vcf/operationsmanager/certificates/openssl-ca
cp /opt/vmware/vcf/operationsmanager/certificates/<DomainName>/<FQDN>/<FQDN>.csr /opt/vmware/vcf/operationsmanager/certificates/openssl-ca
- Change to mentioned directory:
cd /opt/vmware/vcf/operationsmanager/certificates/openssl-ca
- Execute the command below:
openssl ca -batch -config openssl.conf -out <FQDN>.crt -extensions v3_ext -infiles <FQDN>.csr
- Navigate back to the SDDC Manager UI and upload the newly generated CSR from the above command