Valid 2V0-621 Dumps shared by EduDump.com for Helping Passing 2V0-621 Exam! EduDump.com now offer the newest 2V0-621 exam dumps, the EduDump.com 2V0-621 exam questions have been updated and answers have been corrected get the newest EduDump.com 2V0-621 dumps with Test Engine here:
When importing an existing SSL certificate into vSphere Replication Server, which file format is required?
Correct Answer: A
Explanation/Reference: Explanation: Converting the signed certificate to PKCS#12 format After you receive the certificate (ending in .cer or .crt) from your certificate authority. It must be converted to the PKCS#12 format. To convert it requires key files you generated while generating the certificate request and the signed certificate: 1. Copy the signed certificate file to the server where you generated the certificate signing request. 2. Use OpenSSL to generate the PKCS#12 certificate: openssl pkcs12 -export -in protected.cer -inkey protected.key -name "vrprot" -passout pass:replication55 - out protected.p12 openssl pkcs12 -export -in recovery.cer -inkey recovery.key -name "vrdr" -passout pass:replication55 -out recovery.p12 Reference: https://kb.vmware.com/selfservice/microsites/search.do? language=en_US&cmd=displayKC&externalId=2080395