Cisco Cisco Packet Data Interworking Function (PDIF)

Descargar
Página de 1868
ssl-certificate
Defines the certificate to be used by the SSL transport of ORBEM.
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-certificate { string certificate | file url }
string certificate
Specifies an ORBEM SSL certificate. certificate is an alphanumeric string of up to 4096 characters.
file url
Default: /usr/ssl/certs/orbscert.pem
Specifies an ORBEM SSL certificate file and location. url is an alphanumeric string of up to 1024 characters.
Usage Guidelines
Use to configure the certificate to be used by the SSL transport of ORBEM. Note that if the file option is used,
the certificate content is read from the url and converted into a quoted string.
Examples
The following command defines the certificate cert3.pem file as being located in the /usr/ssl/certs directory:
ssl-certificate file /usr/ssl/certs/cert3.pem
The following command defines the certificate string (the string shown is abbreviated):
ssl-certificate string
"-----BEGIN CERTIFICATE-----\n\
MIIELDCCA5WgAwIBAgIBATANBgkqhkiG9w0BAQQFADCBsTELMAkGA1UEBhMCVVMx\n\
FjAUBgNVBAgTDU1hc3NhY2h1c2V0dHMxEjAQBgNVBAcTCVRld2tzYnVyeTEeMBwG\n\
A1UEChMVU3RhcmVudCBOZXR3b3JrcyBJbmMuMSIwIAYDVQQLExlFbGVtZW50IE1h\n\
bmFnZW1lbnQgU3lzdGVtMQ4wDAYDVQQDEwVPUkJFTTEiMCAGCSqGSIb3DQEJARYT\n\
   Command Line Interface Reference, Modes I - Q, StarOS Release 19
1112
ORBEM Configuration Mode Commands
ssl-certificate