RemoveCaCertificates
This method removes certificate authority certificates from the list of validating certificates. If a certificate requested for removal is not found, this will be noop.
Synopsis
void removeCaCertificates(@optional String[] certs)
certs parameter is an array of CA certificates. Each item contains a single certificate in the PEM format.
Faults
- InvalidArgument
- RuntimeFault
For more information about the faults, see Faults in Site Recovery Manager Appliance Management API.