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

show security idp ssl-inspection key

Syntax

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

Release Information

Command introduced in Release 9.3 of JUNOS software.

Description

Display SSL keys added to the system along with their associated server IP addresses.

This command is supported on SRX-series devices.

Options

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

server server-ip —(Optional) Server IP address associated for specified key.

Required Privilege Level

view

List of Sample Output

show security idp ssl-inspection key
show security idp ssl-inspection key key2

Output Fields

Table 63 lists the output fields for the show security idp ssl-inspection key command. Output fields are listed in the approximate order in which they appear.

Table 63: show security idp ssl-inspection key Output Fields

Field Name

Field Description

Total SSL keys

Total number of SSL keys.

key

Name of the SSL private key.

server

Server IP address associated with the SSL keys.

show security idp ssl-inspection key

user@host> show security idp ssl-inspection key
Total SSL keys : 4

SSL Server key and ip address:
  
  Key : key1, server : 1.1.0.1
  Key : key1, server : 1.1.0.2
  Key : key2, server : 2.2.0.1
  key : key3

show security idp ssl-inspection key key2

user@host> show security idp ssl-inspection key key2
SSL Server key and ip address:
  
  Key : key2, server : 2.2.0.1

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