Cisco Cisco Packet Data Gateway (PDG) Guia De Resolução De Problemas

Página de 5302
  ORBEM Configuration Mode Commands 
ssl-private-key  ▀   
Cisco ASR 5000 Series Command Line Interface Reference  ▄  
 
  OL-22948-01 
ssl-private-key 
Configures the SSL private key used by the ORBEM server. 
Product
 
All 
Privilege
 
Security Administrator, Administrator 
Syntax
 
 { 
 
 | 
 
 } 
Specifies an ORBEM SSL private key. 
 is a string of up to 4096 alpha and/or numeric characters. 
Default: /usr/ssl/certs/orbscert.pem 
Specifies the ORBEM SSL private key file location. T
 is a string of up to 1024 alpha and/or numeric 
characters. 
Usage
 
Use to configure the private key to be used by the SSL transport of ORBEM. Note that if file option is used, 
the private key is read from the url and converted into quoted string. 
Example 
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\ 
Tq6ldBXdoLRDGUF2AqdboJ7wWCOJQO34XbBtmWFfTkqz48Mi6uh3/5kDfH8CQGAl\n\ 
XObwPFRztvkXprZfh7IekxAIuoHiT1JsEKSIGPzEqDY2rmoWDghOvPETO+5zWEQk\n\ 
TXzLaRHgbIy9MKnXSt8CQQCcBfT7VndEfG9VWyPzeL4vx4ZhUMZQ6FIJdXo7Xq9x\n\ 
mzX8hgIcfdg3tahlNt35gL/DjUY7d14+MgLrRf3Udbk9\n\ 
-----END RSA PRIVATE KEY-----\n"