request security idp ssl-inspection key add
Syntax
request security idp ssl-inspection key add <key-name> [file <file-name>] [password <password-string>] [server <server-ip>]
Description
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 alphanumeric characters.
Options
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.
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 add key1 file /var/tmp/enc1.key password encrypted
user@host> request security idp ssl-inspection key add key1 file /var/tmp/enc1.key password encrypted Added key ’key1’
Sample Output
request security idp ssl-inspection key add key2 file /var/tmp/enc2.key password encrypted
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
Sample Output
request security idp ssl-inspection key add key3 file /var/tmp/norm.key
user@host> request security idp ssl-inspection key add key3 file /var/tmp/norm.key Added key ’key3’
Sample Output
request security idp ssl-inspection key add key1 server 1.1.0.1
user@host> request security idp ssl-inspection key add key1 server 1.1.0.1 Added key ’key1’, server 1.1.0.1
Sample Output
request security idp ssl-inspection key add key1 server 1.1.0.2
user@host> request security idp ssl-inspection key add key1 server 1.1.0.2 Added key ’key1’, server 1.1.0.2
Release Information
Command introduced in Junos OS Release 9.3.