InstallCertificateSpec
Specification to install new certificate
* selfsignedFormat - Generate and install new self-signed certificate.
* csrFormat - Install signed certificate based on a generated CSR.
* pkcs12Format - PKCS#12 certificate is not supported as of VMware Live Site Recovery 9.0.3. DO NOT USE
Initialize ONLY the property corresponding to the desired certificate installation format. Leave rest of the fields null or unset.
{
"selfsigned_format": {
"common_name": "string",
"organization": "VMware",
"organization_unit": "VMware organization unit",
"fqdn": "string",
"ip": "10.20.11.15, 10.20.11.26",
"locality": "Palo Alto",
"state": "California",
"country": "US",
"email": "[email protected]"
},
"csr_format": {
"certificate": "string",
"ca_chain": [
"string"
]
},
"pkcs12_format": {
"certificate": "string",
"password": "string"
},
"credentials": {
"admin_user": "string",
"admin_password": "string"
}
}
Data to be used for generating the signing request.
Data to be used to install PKCS12 certificate PKCS certificate is not supported as of VMware Live Site Recovery 9.0.3.0