hsm ped server delete
Delete a previously registered PED Server. This command will prompt the user to continue the removal of the certificate before executing.
If the certificate common name input into the command does not exist, an error is returned.
User Privileges
Users with the following privileges can perform this command:
>Admin
>Operator
Syntax
hsm ped server revoke -commonname <certificate common name> [-force]
Argument(s) | Shortcut | Description |
---|---|---|
-commonname <certificate common name> | -c | The common name of the certificate. The name can be retrieved by running the hsm ped server list command. |
-force | -f | Force the action without prompting. |
Example
lunash:>hsm ped server revoke -commonname 192.20.11.64 CAUTION: Are you sure you wish to delete PED server named: 192.20.11.64 Type 'proceed' to delete the PED server, or 'quit' to quit now. > proceed 'hsm ped server delete' successful. Command Result : 0 (Success)