CertificateManagement_Vcenter_VmcaRoot_CreateSpec
The VmcaRoot.CreateSpec contains information. to generate a Private Key and CSR.
{
"key_size": 0,
"common_name": "string",
"organization": "string",
"organization_unit": "string",
"locality": "string",
"state_or_province": "string",
"country": "string",
"email_address": "string",
"subject_alt_name": [
"string"
]
}
The size of the key to be used for public and private key generation. If unset the key size will be 3072.
The common name of the host for which certificate is generated. If unset the common name will be the primary network identifier (PNID) of the vCenter Virtual Server Appliance (VCSA).
Organization field in certificate subject. If unset the organization will be 'VMware'.
Organization unit field in certificate subject. If unset the organization unit will not be set in the certificate subject.
Locality field in certificate subject. If unset the locality will be 'Palo Alto'.
State field in certificate subject. If unset the state will be 'California'.
Country field in certificate subject. If unset the country will be 'US'.
Email field in Certificate extensions. If unset the emailAddress will be '[email protected]'.
SubjectAltName is list of Dns Names and Ip addresses. If unset PNID of host will be used as IPAddress or Hostname for certificate generation.