Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents

request security idp ssl-inspection key delete

date_range 19-Nov-23

Syntax

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

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.

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

Output Fields

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

Sample Output

request security idp ssl-inspection key delete

content_copy zoom_out_map
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

Sample Output

request security idp ssl-inspection key delete key1

content_copy zoom_out_map
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

Sample Output

request security idp ssl-inspection key delete key2 server 2.2.0.1

content_copy zoom_out_map
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

Release Information

Command introduced in Junos OS Release 9.3.

footer-navigation