- request security idp ssl-inspection
key add <key-name> [file <file-name>] [password <password-string>] [server
<server-ip>]
Command introduced in Release 9.3 of JUNOS software.
Install a Privacy-Enhanced Mail (PEM) key that is optionally password protection, and associate a server with an installed key. The length of each key name and password string should not exceed 32 alpha-numeric characters long.
This command is supported on SRX-series devices.
key-name—Name of the SSL private key.
file <file-name>—(Optional) Location of RSA private key (PEM format) file.
password <password-string>—(Optional) Password used to encrypt specified key.
server <server-ip> —(Optional) Server IP address to be added to the specified key.
maintenance
show security idp ssl-inspection key
When you enter this command, you are provided feedback on the status of your request.
user@host> request
security idp ssl-inspection key add key1 file /var/tmp/enc1.key password
encrypted
Added key ’key1’
user@host> request
security idp ssl-inspection key add key2 file /var/tmp/enc2.key password
encrypted
Added key ’key2’, server 2.2.0.1
user@host> request
security idp ssl-inspection key add key3 file /var/tmp/norm.key
Added key ’key3’
user@host> request
security idp ssl-inspection key add key1 server 1.1.0.1
Added key ’key1’, server 1.1.0.1
user@host> request
security idp ssl-inspection key add key1 server 1.1.0.2
Added key ’key1’, server 1.1.0.2