The display access https-redirect information command displays information about the HTTPS redirection.
This command is supported only on the NetEngine 8000 F1A.
Usage Scenario
When the HTTPS redirection function is used, you can run the display access https-redirect information command to view information about HTTPS redirection, including the certificate source (whether it is imported or self-signed), time when the certificate is most recently imported, time when the certificate is deleted, certificate file name, certificate file size, key length, key type(RSA or ECC), and supported cipher suites.
Precautions
In VS mode, this command is supported only by the admin VS.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> system-view [~HUAWEI] display access https-redirect information --------------------------------------------- Certificate source : Imported --------------------------------------------- Imported certificate info --------------------------------------------- Last import time : 2020-03-27 16:16:01 Last delete time : 2020-03-27 03:17:04 Imported cert file : cert_rsa.pem Imported cert file size : 924 (Bytes) Certificate valid time : 2020-03-27 03:26:44---2021-03-27 03:26:44 Pub key : RSA (1024 Bits) --------------------------------------------- Self-signed certificate info --------------------------------------------- Pub key : RSA (2048 Bits) --------------------------------------------- Supported cipher-suites --------------------------------------------- Code : - ---------------------------------------------
<HUAWEI> system-view [~HUAWEI] display access https-redirect information --------------------------------------------- Certificate source : Imported --------------------------------------------- Imported certificate info --------------------------------------------- Last import time : 2020-03-27 16:16:01 Last delete time : 2020-03-27 03:17:04 Imported cert file : cert_rsa.pem Imported cert file size : 924 (Bytes) Certificate valid time : 2020-03-27 03:26:44---2021-03-27 03:26:44 Pub key : RSA (1024 Bits) --------------------------------------------- Self-signed certificate info --------------------------------------------- Pub key : RSA (2048 Bits) --------------------------------------------- Supported cipher-suites --------------------------------------------- 002f: TLS_RSA_WITH_AES_128_CBC_SHA(TLS1.2) 0035: TLS_RSA_WITH_AES_256_CBC_SHA(TLS1.2) c02f: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256(TLS1.2) 1301: TLS_AES_128_GCM_SHA256(TLS1.3) 1302: TLS_AES_256_GCM_SHA384(TLS1.3) ---------------------------------------------
Item | Description |
---|---|
Certificate source | Certificate source.
|
Certificate valid time | Validity period of the certificate. |
Imported cert file | The certificate file name to be imported. |
Imported cert file size | The size of the certificate file to be imported. |
Last import time | Last time when a certificate is imported. |
Last delete time | Last time when a certificate is deleted. |
Pub key (Imported certificate info) | Public key type and key algorithm length of the certificate. |
Pub key (Self-signed certificate info) | Public key type and key algorithm length of the self-signed certificate. |
Code | Specifies the code of the cipher suite. If this parameter is not configured, "-" is displayed. |