ONTAP 9.12.1 commands

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

    Rename a certificate

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

    Description

    This command allows the user to modify the name of an installed digital certificate. This command does not alter the certificate itself.

    Parameters

    -vserver <Vserver Name> - Vserver Name

    This specifies the name of the Vserver on which the certificate exists.

    -cert-name <text> - Existing Certificate Name

    This specifies the current name of the certificate.

    -new-name <text> - New Certificate Name

    This specifies the desired name of the certificate. It must be unique among certificates in the Vserver.

    Examples

    cluster1::> security certificate rename -vserver vs0 -cert-name AAACertificateServices -new-nameAAACertServ
    Top of Page