To install a Privacy-Enhanced Mail (PEM) key use the following CLI command:
- router> request security idp ssl-inspection key add <key-name> [file <file-path>] server <server-ip>
[password <password-string>]
![]() |
Note: When you are installing a key, you can password protect the key and also associate it to a server. You can also associate the key with a server at a later time by using the add server CLI command. |
A server can be associated with only one key. To associate a server to the installed key, use the following CLI command:
- router> request security idp ssl-inspection key add <key-name> server <server-ip>
![]() |
Note: Maximum key name length is 32 bytes, including the ending “\0”. Maximum password string length is 32 bytes, including the ending “\0”. |