A "Failed to validate certificate" error appears when trying to import a certificate into VMware Aria Operations.
Aria Operations 8.18.x
Step 1:
Ensure the PEM file contains:
The certificates should be combined in the following order:
-----BEGIN CERTIFICATE-----
(Your Primary SSL certificate: your_domain_name.crt)
-----END CERTIFICATE-----
-----BEGIN RSA PRIVATE KEY-----
(Your Private Key: your_domain_name.key)
-----END RSA PRIVATE KEY-----
-----BEGIN CERTIFICATE-----
(Your Intermediate certificate: DigiCertCA.crt)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
(Your Root certificate: TrustedRoot.crt)
-----END CERTIFICATE-----
Step 2:
Follow the steps "Install a New Certificate in VCF Operations" mentioned in the KB below to import the certificate.