[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

request security idp ssl-inspection key delete

Syntax

request security idp ssl-inspection key delete [<key-name> [server <server-ip>]]

Release Information

Command introduced in Release 9.3 of JUNOS software.

Description

Delete the specified server IP from the given key if the server is specified. If the server IP is not specified, the given key will be deleted along with all the server addresses associated with it.

This command is supported on SRX-series devices.

Note: You will get a delete confirmation question before deleting one or more keys or server.

Options

key-name—(Optional) Name of the SSL private key.

server <server-ip> —(Optional) Server IP address associated with the specified key to be deleted.

Required Privilege Level

maintenance

Related Topics

show security idp ssl-inspection key

List of Sample Output

request security idp ssl-inspection key delete
request security idp ssl-inspection key delete key1
request security idp ssl-inspection key delete key2 server 2.2.0.1

Output Fields

When you enter this command, you are provided feedback on the status of your request.

request security idp ssl-inspection key delete

user@host> request security idp ssl-inspection key delete
This command will delete one or more ssl keys.
Continue? [yes,no] (no) yes

Number of keys 4, server 3 deleted

request security idp ssl-inspection key delete key1

user@host> request security idp ssl-inspection key delete key1
This command will delete one or more ssl keys.
Continue? [yes,no] (no) yes

Number of keys 1, server 2 deleted

request security idp ssl-inspection key delete key2 server 2.2.0.1

user@host> request security idp ssl-inspection key delete key2 server 2.2.0.1
This command will delete one or more ssl keys.
Continue? [yes,no] (no) yes

Number of keys 0, server 1 deleted

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]