Configuration Mode Commands : SteelHead Configuration Commands : SSL Support Commands : web ssl cert import-cert
  
web ssl cert import-cert
Imports a certificate, optionally with current private key, in PEM format, and optionally a password.
Syntax
web ssl cert import-cert <cert-data> [import-key <key> [password <password>]]
Parameters
import-cert <cert-data>
Specifies a certificate file in PEM format.
import-key <key>
Specifies a private key in PEM format.
password <password>
Specifies a password.
Usage
If no key is specified the incoming certificate is matched with the existing private key, and accepted if the two match. A password is required if imported certificate data is encrypted.
Example
amnesiac (config) # web ssl cert import-cert mydata.pem import-key mykey
Product
Controller, Mobile Controller, SteelHead Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
show web ssl cert