Skip to main content
A newer release of this product is available.

security ipsec ca-certificate remove

Contributors
Suggest changes

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 IPsec CA certificates to be removed.

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