nerdexam
Broadcom-VMware

2V0-621 · Question #100

When importing an existing SSL certificate into vSphere Replication Server, which file format is required?

The correct answer is A. PKCS#12. Importing an existing SSL certificate into vSphere Replication Server requires the PKCS#12 format because it bundles both the certificate and the private key into a single file.

Section 6 – Administer vSphere 6.x Availability

Question

When importing an existing SSL certificate into vSphere Replication Server, which file format is required?

Options

  • APKCS#12
  • BDER
  • CPEM
  • DPKCS#7

How the community answered

(61 responses)
  • A
    92% (56)
  • B
    2% (1)
  • C
    2% (1)
  • D
    5% (3)

Why each option

Importing an existing SSL certificate into vSphere Replication Server requires the PKCS#12 format because it bundles both the certificate and the private key into a single file.

APKCS#12Correct

PKCS#12 (file extension .pfx or .p12) is the only format accepted by vSphere Replication Server for certificate import because it encapsulates the signed certificate, any intermediate CA certificates, and the corresponding private key together, which the appliance needs to replace its SSL identity completely.

BDER

DER is a binary encoding format for certificates only and does not contain the private key, so it cannot satisfy the requirement for a complete SSL certificate replacement.

CPEM

PEM is a base64-encoded certificate format commonly used on Linux systems, but vSphere Replication Server's import wizard requires the PKCS#12 container format, not standalone PEM files.

DPKCS#7

PKCS#7 is used to bundle certificate chains without private keys and is not supported for SSL certificate import into the vSphere Replication Server appliance.

Concept tested: vSphere Replication Server SSL certificate import format

Source: https://docs.vmware.com/en/vSphere-Replication/8.8/vsphere-replication-administration/GUID-2C5E6C1D-9E6E-4E9E-8E2B-4B6D1F1E1D1A.html

Topics

#SSL certificate#vSphere Replication#PKCS#12#certificate format

Community Discussion

No community discussion yet for this question.

Full 2V0-621 Practice