The access https-redirect import certificate command imports the certificate and the mapped key. After the import succeeds, the device uses the imported certificate and mapped key to complete HTTPS interaction with the client.
By default, a device does not have a default certificate.
This command is supported only on the NetEngine 8000 F1A.
Parameter | Description | Value |
---|---|---|
key |
Specifies the private key. |
- |
der der-file-name |
Specifies the key file name in DER format. |
The value is a string of 1 to 63 case-sensitive characters, spaces not supported. |
pem pem-file-name |
Specifies the key file name in PEM format. |
The value is a string of 1 to 63 case-sensitive characters, spaces not supported. |
password password |
Specifies the password of the key file in PEM format. |
The value is a string of 1 to 128 case-sensitive characters, spaces not supported. |
certificate certificate-file-name |
Specifies the certificate name. |
The value is a string of 1 to 63 case-sensitive characters, spaces not supported. |
Usage Scenario
By default, the device does not have a certificate. You can run the self-signed rsa modulus command to generate a certificate from signature certificate or run the access https-redirect import certificate command to import an external certificate and its private key to replace the imported or generated certificate and private key for HTTPS interaction with the client.
Prerequisites
Before the access-https-redirect-import-certificate command is run, the certificate and associated private key should be uploaded to the device.
Precautions