< Home

display ssl policy

Function

The display ssl policy command displays the Secure Sockets Layer (SSL) policy configuration.

Format

display ssl policy [ policy-name ]

Parameters

Parameter Description Value

policy-name

Specifies the name of an SSL policy.

If no SSL policy is specified, the configurations of all SSL policies will be displayed.

The value is a string of 1 to 23 case-insensitive characters, spaces not supported.

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

After loading SSL policies and certificates, you can run the display ssl policy command to view the configurations, including the SSL policy name, service to which an SSL policy is applied, certificate name, and certificate type. The command output shows whether the SSL policies and certificates are available.

Example

# Display the configuration of the SSL policy named ftp_server.

<sysname> display ssl policy ftp_server
       SSL Policy Name: ftp_server
     Policy Applicants:
         Key-pair Type: RSA
 Certificate File Type: ASN1
      Certificate Type: certificate
  Certificate Filename: servercert.der
     Key-file Filename: serverkey.der
             Auth-code:
                   MAC:
              CRL File:
       Trusted-CA File:
           Issuer Name:
   Validity Not Before:
    Validity Not After:
Table 1 Description of the display ssl policy command output

Item

Description

SSL Policy Name

Name of an SSL policy

Policy Applicants

Service to which an SSL policy is applied.

Currently, SSL policies can be applied to HTTP and FTP services

Key-pair Type

Key pair type, which can be:
  • RSA
  • DSA

Certificate File Type

Certificate format, which can be:
  • PEM
  • ASN1
  • PFX

Certificate Type

Certificate type:
  • certificate
  • certificate-chain

Certificate Filename

Name of a certificate

Key-file Filename

Name of a key pair file

Auth-code

Authentication code of a key pair file

MAC

Message authentication code

CRL File

CRL file

Trusted-CA File

Trusted-CA file

Issuer Name

Issuer name

Validity Not Before

Time when validity starts

Validity Not After

Time when validity ends

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >