vSphere Web Services API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - HostCertificateManagerCertificateSpec(vim.host.CertificateManager.CertificateSpec)
- Parameter to
- GenerateCertificateSigningRequest, GenerateCertificateSigningRequestByDn
- Extends
- DynamicData
- Since
- vSphere API Release 8.0.1.0
Data Object Description
Represents certificate specification used for identifying a specific certificate supported by Host.Properties
| Name | Type | Description |
|---|---|---|
| cryptoAlgorithm* | xsd:string |
Algorithm and key size used to generate the private key.
The list of supported values can be found in CryptoAlgorithm
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 |
| kind | xsd:string |
The list of supported values can be found in CertificateKind
|
| subjectAlternativeNames* | xsd:string[] |
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 |
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |