To delete all keys and servers, use the following CLI command:
- router> request security idp ssl-inspection key delete
All installed keys are deleted along with any associated servers.
To delete a specific key and all associated servers with that key, use the following CLI command:
- router> request security idp ssl-inspection key delete <key-name>
Deletes the specified key and all servers associated with that key.
To delete a single server, use the following CLI command:
- router> request security idp ssl-inspection key delete <key-name> server <server-ip>
Deletes the specified server that is bound to the specified key.