ONTAP 9.12.1 commands

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

    Displays the CA certificates added to IPsec

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    This command displays the configured IPsec CA certificates.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-vserver <vserver name>] - Vserver Name

    If you specify this parameter, then the command displays only the IPsec CA certificates configured for the given vserver.

    [-ca-certs <text>,…​] - CA Certificate Names

    If you specify this parameter, then the command displays only the Vservers for which the given CA certificates are present in IPsec.

    Examples

    The following example lists the IPsec CA certificates configured for all Vservers.

    cluster-1::>security ipsec ca-certificate show
    
    Vserver              CA Certificate Names
    ------------------   ----------------------------------
    v1                   caCert1, caCert2
    v2                   caCert3, caCert4
    2 entries were displayed.
    Top of Page