Vcenter NamespaceManagement Supervisors Certificates SigningRequests CreateSpec
The Vcenter NamespaceManagement Supervisors Certificates SigningRequests CreateSpec schema contains the specification required to create new Certificate Signing Request for the Supervisor.
This schema was added in vSphere API 9.1.0.0.
{
"csr_type": "string",
"key_size": 0,
"common_name": "string",
"country": "string",
"state_or_province": "string",
"locality": "string",
"organization_name": "string",
"organization_unit_name": "string",
"email_address": "string"
}
Certificate Signing Request kind.
For more information see: Vcenter NamespaceManagement Supervisors Certificates SigningRequests CSRType.
This property was added in vSphere API 9.1.0.0.
Size of key associated with the new Certificate Signing Request.
This property was added in vSphere API 9.1.0.0.
If missing or null, the generated key will be 3072 bits long.
Name identifying the machine. Its value will be set in Certificate Signing Request Subject's CN field.
This property was added in vSphere API 9.1.0.0.
Two-letter country code (as defined in ISO-3166) to be set in Certificate Signing Request Subject's C field.
This property was added in vSphere API 9.1.0.0.
State or province to be set in Certificate Signing Request Subject's ST field.
This property was added in vSphere API 9.1.0.0.
Locality (city) to be set in Certificate Signing Request Subject's L field.
This property was added in vSphere API 9.1.0.0.
Organization to be set in Certificate Signing Request Subject's O field.
This property was added in vSphere API 9.1.0.0.
Organizational Unit to be set in Certificate Signing Request Subject's OU field.
This property was added in vSphere API 9.1.0.0.
Email to be set in Certificate Signing Request Subject Alternative Names.
This property was added in vSphere API 9.1.0.0.
If missing or null, no email address will be set in the Certificate Signing Request.