security ipsec ca-certificate remove
Contributors
Suggest changes
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Remove CA certificate(s) from a vserver
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
This command removes a list of IPsec CA certificates for the given Vserver. The CA certificates being removed should have been previously added to IPsec using security ipsec ca-certificate add command.
Parameters
-vserver <vserver name>
- Vserver Name-
Use this parameter to specify the Vserver for which the IPsec CA certificates should be removed.
-ca-certs <text>,…
- CA Certificate Names-
Use this parameter to specify the list of CA certificates to be removed from IPsec.
Examples
The following example removes two IPsec CA certificates named caCert1 and caCert2 for Vserver v1.
cluster-1::>security ipsec ca-certificate remove -vserver v1 -ca-certs caCert1,caCert2