CertificateManagement_Vcenter_VmcaRoot_CreateSpec

CertificateManagement_Vcenter_VmcaRoot_CreateSpec
CertificateManagement_Vcenter_VmcaRoot_CreateSpec

The VmcaRoot.CreateSpec contains information. to generate a Private Key and CSR.

JSON Example
{
    "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"
    ]
}
integer As int64
key_size
Optional

The size of the key to be used for public and private key generation. If unset the key size will be 3072.

string
common_name
Optional

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).

string
organization
Optional

Organization field in certificate subject. If unset the organization will be 'VMware'.

string
organization_unit
Optional

Organization unit field in certificate subject. If unset the organization unit will not be set in the certificate subject.

string
locality
Optional

Locality field in certificate subject. If unset the locality will be 'Palo Alto'.

string
state_or_province
Optional

State field in certificate subject. If unset the state will be 'California'.

string
country
Optional

Country field in certificate subject. If unset the country will be 'US'.

string
email_address
Optional

Email field in Certificate extensions. If unset the emailAddress will be '[email protected]'.

array of string
subject_alt_name
Optional

SubjectAltName is list of Dns Names and Ip addresses. If unset PNID of host will be used as IPAddress or Hostname for certificate generation.