DWS-3160 Series Gigabit Ethernet Unified Switch CLI Reference Guide
584
DWS-3160-24PC:admin# download ssl certificate 10.55.47.1 certfilename cert.der
keyfilename pkey.der
Command: download ssl certificate 10.55.47.1 certfilename cert.der keyfilename
pkey.der
Success.
DWS-3160-24PC:admin#
63-2
enable ssl
Description
This command is used to configure the SSL status and it’s ciphersuites. This will enable the SSL
feature that include SSLv3 and TLSv1. For each cipher suites, user must specify it by using this
command. The
Web User Interface will be disabled when SSL is enabled.
Format
enable ssl {ciphersuite {RSA_with_RC4_128_MD5 | RSA_with_3DES_EDE_CBC_SHA |
DHE_DSS_with_3DES_EDE_CBC_SHA | RSA_EXPORT_with_RC4_40_MD5}}
Parameters
ciphersuite
- (Optional) Specifies the cipher suite combination used for this configuration.
RSA_with_RC4_128_MD5
- Indicate RSA key exchange with RC4 128 bits encryption and
MD5 hash.
RSA_with_3DES_EDE_CBC_SHA
- Indicate RSA key exchange with 3DES_EDE_CBC
encryption and SHA hash.
DHE_DSS_with_3DES_EDE_CBC_SHA
- Indicate DH key exchange with 3DES_EDE_CBC
encryption and SHA hash.
RSA_EXPORT_with_RC4_40_MD5
- Indicate RSA_EXPORT key exchange with RC4 40 bits
encryption and MD5 hash.
Restrictions
Only Administrators can issue this command.
Example
To enable the SSL ciphersuite for RSA_with_RC4_128_MD5:
DWS-3160-24PC:admin# enable ssl ciphersuite RSA_with_RC4_128_MD5
Command: enable ssl ciphersuite RSA_with_RC4_128_MD5
Success.
DWS-3160-24PC:admin#
To enable SSL: