| Index | Top - Up | Data ONTAP 8.2 |
Delete an Installed Digital Certificate
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
-vserver <vserver name> - Name of Vserver
-common-name <FQDN or Custom Common Name> - FQDN or Custom Common Name
[-serial <text>] - Serial Number of Certificate
-ca <text> - Certificate Authority
-type <type of certificate> - Type of Certificate
This example deletes the security certificate for a Vserver named vs0 in a company named www.example.com.
cluster1::> security certificate delete -vserver vs0 -common-name www.example.com -ca "Verisign Inc" -type server
This example deletes a root-ca type digital certificate for a Vserver named vs0 in a company named www.example.com with serial number 4F57D3D1.
cluster1::> security certificate delete -vserver vs0 -common-name www.example.com -ca www.example.com -type root-ca -serial 4F57D3D1
| Index | Top - Up | Data ONTAP 8.2 |