Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

request security idp ssl-inspection key add

date_range 19-Nov-23

Syntax

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

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

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

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

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

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

footer-navigation