CertificateManagementVcenterTlsReplaceSpec
The Tls.ReplaceSpec structure contains information to generate a Private Key , CSR and hence VMCA signed machine SSL.
Properties
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.
Country field in certificate subject
Email field in Certificate extensions
Locality field in certificate subject
Organization field in certificate subject
State field in certificate subject
The size of the key to be used for public and private key generation. If unset the key size will be ‘3072’.
The common name of the host for which certificate is generated If unset will default to PNID of host.
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
{
"country": "string",
"email_address": "string",
"locality": "string",
"organization": "string",
"organization_unit": "string",
"state_or_province": "string"
}