Vcenter NamespaceManagement Supervisors Certificates SigningRequests SubjectAlternativeNames

Vcenter NamespaceManagement Supervisors Certificates SigningRequests SubjectAlternativeNames
Vcenter NamespaceManagement Supervisors Certificates SigningRequests SubjectAlternativeNames

The Vcenter NamespaceManagement Supervisors Certificates SigningRequests SubjectAlternativeNames schema contains the list of Subject Alternative Names to be embedded in the Certificate Signing Request.

This schema was added in vSphere API 9.1.1.0.

JSON Example
{
    "dns_names": [
        "string"
    ],
    "ip_addresses": [
        "string"
    ]
}
array of string
dns_names
Optional

DNS names to be set as Subject Alternative Names.

This property was added in vSphere API 9.1.1.0.

The behavior depends on the Vcenter NamespaceManagement Supervisors Certificates SigningRequests CSRType selected during creation:

  • For Vcenter NamespaceManagement Supervisors Certificates SigningRequests CSRType.KUBERNETES_API_SERVER: If Vcenter NamespaceManagement Supervisors Certificates SigningRequests SubjectAlternativeNames.dns_names is provided, it should include the DNS names configured in Vcenter NamespaceManagement Supervisors Workloads KubeApiServerSettings Info.certificate_dns_names. Additional DNS names are permitted. If the configured DNS names are not provided they will be added automatically to the list.
  • For Vcenter NamespaceManagement Supervisors Certificates SigningRequests CSRType.DEFAULT_NSX_INGRESS: This field is optional. If missing or null or empty, for Vcenter NamespaceManagement Supervisors Certificates SigningRequests CSRType.KUBERNETES_API_SERVER the configured DNS names will be automatically added and for Vcenter NamespaceManagement Supervisors Certificates SigningRequests CSRType.DEFAULT_NSX_INGRESS no DNS names will be added.
array of string
ip_addresses
Optional

IP addresses to be set as Subject Alternative Names.

This property was added in vSphere API 9.1.1.0.

If missing or null or empty, no IP addresses will be added as Subject Alternative Names.