ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • security ipsec ca-certificate remove

    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
    Top of Page