938 ExtremeWare Software 7.3.0 Command Reference Guide
Security Commands
show ssl
show ssl {detail}
Description
Displays the Secure Sockets Layer (SSL) configuration.
Syntax Description
Default
N/A.
Usage Guidelines
Displays the following information:
• HTTPS port configured. This is the port on which the clients will connect.
• Result of a check to see whether the private key matches with the public key stored in the certificate.
• Length of RSA key (number of bits used to generate the private key)
Basic information about the stored certificate
The optional keyword
detail
, provides the same output as the
show ssl
command, plus the complete
certificate. Private key (in PEM format) will be displayed for users with administration privileges.
Examples
The following command displays the SSL configuration:
show ssl
The output of the command is similar to:
HTTPS Port Number: 443
Private Key matches the Certificate's public key.
RSA Key Length: 1026
Certificate:
Data:
Version: 3 (0x2)
Serial Number: 0 (0x0)
Signature Algorithm: md5WithRSAEncryption
Issuer: C=us, O=93673, CN=extr
Validity
Not Before: Jul 23 14:00:07 2004 GMT
Not After : Jul 23 14:00:07 2005 GMT
Subject: C=us, O=93673, CN=extr
detail Specifies to display the information in detailed format.