Data Object - DrConfigCsrData

Parameter to
DrConfigGenerateCSR, InstallSelfSignedCertificate
Since
DrConfig API 1.0

Data Object Description

Information about X509 certificate.

Properties

Name Type Description
commonName*xsd:string

Common name to be set in CSR. Usually the fully qualified domain name for server. If not set, data provided in fqdn (OS hostname) will be used.
country*xsd:string

The two-letter ISO abbreviation for organization country. If not set, VMware default will be used.
emailAddress*xsd:string

An email address to contact the organization. Will be empty, if not set.
fqdn*xsd:string

List of comma separated FQDN strings to be used for SAN extensions. If not set, OS hostname will be used.
ip*xsd:string

List of comma separated Ip strings to be used for SAN extensions. Will be empty, if not set.
locality*xsd:string

The city where organization is legally located. If not set, VMware default will be used.
organization*xsd:string

The exact legal name of your organization. Do not use an abbreviation. If not set, VMware default will be used.
organizationUnit*xsd:string

Section of the organization. If not set, VMware default will be used.
state*xsd:string

The state or province where organization is legally located. Do not use an abbreviation. If not set, VMware default will be used.
Properties inherited from
None
*Need not be set