Cisco Cisco Packet Data Gateway (PDG)

Seite von 1868
ssl-private-key
Configures the SSL private key used by the ORBEM server.
Product
All
Privilege
Security Administrator, Administrator
Command Modes
Exec > Global Configuration > ORBEM Configuration
configure > orbem
Entering the above command sequence results in the following prompt:
[local]
host_name
(config-orbem)#
Syntax Description
ssl-private-key { string key | file url }
string key
Specifies an ORBEM SSL private key. key is an alphanumeric string of up to 4096 characters.
file url
Default: /usr/ssl/certs/orbscert.pem
Specifies the ORBEM SSL private key file location. url is an alphanumeric string of up to 1024 characters.
Usage Guidelines
Use to configure the private key for the SSL transport of ORBEM. Note that if file option is used, the private
key is read from the url and converted into a quoted string.
Examples
The following command defines the private-key cert3.pem file as being located in the /usr/ssl/certs directory:
ssl-private-key file /usr/ssl/certs/cert3.pem
The following command defines the private-key string (the string shown is abbreviated):
ssl-private-key string
"-----BEGIN RSA PRIVATE KEY-----\n\
MIICXQIBAAKBgQC6Dh79iaK/zZG/Kwme2XS6G8/n3/+sac6huxI1WNyammyYZKZp\n\
XTjHUlS92fvn0UUM4tFjN4XoqveSiqy3IqUhnVKS3+0L7s9beanQUJuR9MdLy9Ho\n\
7qh720wpN4isqN7YfGLoqGslLQjhS8z6ZT0ZUhyusY0rE6yHTV23nHKNtQIDAQAB\n\
9br1iVWvy/N23WXwZIiH+e1tBfHqlSd/0wJBANEEOgH/vJse/YdHeYjlT76IcGRp\n\
   Command Line Interface Reference, Modes I - Q, StarOS Release 19
1114
ORBEM Configuration Mode Commands
ssl-private-key