An administrator is tasked with creating a custom VMware Cloud Foundation (VCF) Operations Web Certificate.
What are three requirements to which the certificate must conform to be used with VCF Operations? (Choose three.)
Correct Answer: A,D,E
VCF Operations requires that custom SSL certificates meet these requirements:
* Certificates and private key must be inPEM format. (A)
* Theserver certificate must be listed firstin the file. (D)
* The file must include theserver certificate, private key, and full certificate chain(issuing/intermediate
/root CA). (E)
Why others are wrong:
* B. Server certificate last# Incorrect, it must be first.
* C. Cannot use SAN extension# Incorrect, SAN is supported and recommended.
* F. PFX format# Not supported for VCF Operations.
References:
VMware Cloud Foundation 9.0.2 -SSL Certificate Requirements for VCF Operations VMware Docs: Replacing vRealize Operations Certificates