Hi,
I am trying to replace default SSL certificate with the signed one in vcsa 6.7. according to he vmware docs:
Replace the Root Certificate (Intermediate CA)
after creating CSR with the openssl and signing this with our internal CA now I want to replace existing certificate with the new one but I am getting error.
If I copy all CA certificates in PEM format into a single file
For example:
-----BEGIN CERTIFICATE-----
<Certificate of VMCA>
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
<Certificate of intermediary CA>
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
<Certificate of Root CA>
-----END CERTIFICATE-----
i get following error:
Error: 70011, VMCAAddRootCertificatePrivate() failedStatus : Failed
Error Code : 70011
Error Message : Not a CA Cert
if I try with the Certificate of vcsa I get:
Status : Failed
Error Code : 70062
Error Message : Certificate Chain is not complete