InstallCertificate
This method installs the PKCS#12 certificate, reconfigures the Site Recovery Manager if already configured, and restarts the proxy service. If you encounter an error while using this method, ignore the error and then reconnect to the management service.
Synopsis
void installCertificate(String pkcs, @optional @secret String pkcsPassword)
InstallCertificate
has the following parameters:
Parameter | Description |
---|---|
pkcs | Certificate as string. Base64 encoded. |
pkcsPassword | Password for the certificate. |
Faults
- CertificateBadKeyPair
- CertificateCaNotAllowed
- CertificateDnsMismatch
- CertificateHasExpired
- CertificateInvalidKeyLength
- CertificateMd5NotAllowed
- CertificateNotYetValid
- RuntimeFault
- SystemError
For more information about the faults, see Faults in Site Recovery Manager Appliance Management API.