CertificateManagementVcenterVmcaRootCreateSpec

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


Properties

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
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@acme.com’.


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
locality Optional

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


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
state_or_province Optional

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


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.

JSON Example

{
	"common_name": "string",
	"country": "string",
	"email_address": "string",
	"key_size": 0,
	"locality": "string",
	"organization": "string",
	"organization_unit": "string",
	"state_or_province": "string",
	"subject_alt_name": [
		"string"
	]
}

Feedback

Was this page helpful?