|
| Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| certificateInfo P | HostCertificateManagerCertificateInfo |
the CertificateInfo of the Host Certificate.
|
Methods
| Methods defined in this Managed Object |
|---|
| GenerateCertificateSigningRequest, GenerateCertificateSigningRequestByDn, InstallServerCertificate, ListCACertificateRevocationLists, ListCACertificates, ReplaceCACertificatesAndCRLs |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the HostCertificateManager used to make the method call. |
| useIpAddressAsCommonName | xsd:boolean |
if true, use host's
management IP address as CN in the CSR;
otherwise use host's FQDN.
|
Return Value
| Type | Description |
|---|---|
| xsd:string | CSR in PEM format |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown if there's a problem generating the CSR. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the HostCertificateManager used to make the method call. |
| distinguishedName | xsd:string |
DN to be used as subject in CSR.
|
Return Value
| Type | Description |
|---|---|
| xsd:string | CSR in PEM format |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown if there's a problem generating the CSR. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the HostCertificateManager used to make the method call. |
| cert | xsd:string |
SSL certificate in PEM format
|
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown if there's a problem generating the CSR. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the HostCertificateManager used to make the method call. |
Return Value
| Type | Description |
|---|---|
| xsd:string[] | SSL CRLs of trusted CAs in PEM format |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown if there's a problem with the certificate store. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the HostCertificateManager used to make the method call. |
Return Value
| Type | Description |
|---|---|
| xsd:string[] | SSL certificates of trusted CAs in PEM format |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown if there's a problem with the certificate store. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the HostCertificateManager used to make the method call. |
| caCert | xsd:string[] |
List of SSL certificates, in PEM format,
of all CAs that should be trusted
|
| caCrl* | xsd:string[] |
List of SSL CRLs, in PEM format,
issued by trusted CAs from the above list
|
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown if there's a problem if there's a problem with the input certificates or CRLs. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
| Type | |
|---|---|
| None | |
| Top of page | Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |