CertificateManagementVcenterTlsCsrSpec

The TlsCsr.Spec structure contains information to generate a Private Key and CSR.


Properties

string
organization_unit Required

Organization unit field in certificate subject. CA Browser forum announced that “CAs MUST NOT include the organizationalUnitName field”. So OU is no longer needed and an empty string should be used to leave it unset.


string
country Required

Country field in certificate subject


string
email_address Required

Email field in Certificate extensions


string
locality Required

Locality field in certificate subject


string
organization Required

Organization field in certificate subject


string
state_or_province Required

State field in certificate subject


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


string
common_name Optional

Common name field in certificate subject. If unset, the common name will be the PNID.


array of string
subject_alt_name Optional

Subject Alternative Name field is list of Dns Names and Ip addresses. If unset, the subject alternative name will contain the PNID.

JSON Example

{
	"country": "string",
	"email_address": "string",
	"locality": "string",
	"organization": "string",
	"organization_unit": "string",
	"state_or_province": "string"
}
Parameter To

Create vCenter TLS CSR

Feedback

Was this page helpful?