GenerateCertificateSigningRequestRequestType
GenerateCertificateSigningRequestRequestType
The parameters of GenerateCertificateSigningRequest.
JSON Example
{
"useIpAddressAsCommonName": false,
"spec": {
"_typeName": "string",
"kind": "string",
"subjectAlternativeNames": [
"string"
]
}
}
boolean
useIpAddressAsCommonName
Required
if true, use host's management IP address as CN in the CSR; otherwise use host's FQDN.
spec
Optional
is used to generate CSR for selected certificate kind.
Since: vSphere API Release 8.0.1.0