Home > |
---|
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.
Note: This command is used with server-initiated (peer-to-peer) Remote PED connections.
It is not required for client-initiated Remote PED.
Users with the following privileges can perform this command:
•Admin
•Operator
hsm ped server delete -commonname <certificate common name> [-force]
Option | 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. |
lunash:>hsm ped server delete -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)