HostCertificateManagerCertificateSpec
Represents certificate specification used for identifying a specific certificate supported by Host.
Since: vSphere API Release 8.0.1.0
{
"_typeName": "string",
"kind": "string",
"subjectAlternativeNames": [
"string"
],
"cryptoAlgorithm": "string"
}
The list of supported values can be found in HostCertificateManagerCertificateKindEnum
List of subject alternative names to be included in the certificate.
May contain both DNS names and IP addresses. If unset, the certificate will contain only its CN as a SAN.
Since: vSphere API Release 9.0.0.0
Algorithm and key size used to generate the private key.
The list of supported values can be found in HostCertificateManagerCryptoAlgorithmEnum If unset, the RSA algorithm will be used with the key size set to the system's default value.
Since: vSphere API Release 9.1.0.0