Reference Guide

Table Of Contents
Dell PowerConnect W-Series ArubaOS 6.1 CLI | Reference Guide web-server | 1297
web-server
web-server
captive-portal-cert <name>
ciphers {high|low|medium}
mgmt-auth [certificate] [username/password]
no ...
ssl-protocol [sslv2] [sslv3] [tlsvl]
session-timeout <session-timeout>
switch-cert <name>
web-max-clients <web-max-clients>
Description
This command configures the controller’s web server.
Syntax
Usage Guidelines
There is a default server certificate installed in the controller, however this certificate does not guarantee security
in production networks. Best practices are to replace the default certificate with a custom certificate issued for
your site by a trusted Certificate Authority (CA). See the Dell PowerConnect W-Series ArubaOS 6.1 User Guide
for more information about how to generate a Certificate Signing Request (CSR) to submit to a CA and how to
import the signed certificate received from the CA into the controller. After importing the signed certificate into
the controller, use the web-server command to specify the certificate for captive portal or WebUI access. If you
need to specify a different certificate for captive portal or WebUI access, use the no command to revert back to
the default certificate before you specify the new certificate (see the Example section).
Parameter Description Range Default
captive-portal-
cert
Name of the server certificate associated with captive portal. Use
the show crypto-local pki ServerCert command to see the server
certificates installed in the controller.
default
ciphers Configures the strength of the cipher suite:
high: encryption keys larger than 128 bits
low: 56 or 64 bit encryption keys
medium: 128 bit encryption keys
high, low,
medium
high
mgmt-auth Authentication method for the management user; you can choose
to use either username/password or certificates, or both username/
password and certificates.
username/
password,
certificate
username/
password
no Negates any configured parameter.
session-timeout
<session-
timeout>
Specifies the amount of time after which the WebUI session times
out and requires login for continued access.
30-3600
seconds
900 seconds
ssl-protocol Secure Sockets Layer (SSL) or Transport Layer Security (TLS)
protocol version used for securing communication with the web
server:
SSLv3
TLSv1
sslv3, tlsv1 sslv3, tlsv1
switch-cert Name of the server certificate associated with WebUI access. Use
the show crypto-local pki ServerCert command to see the server
certificates installed in the controller.
default
web-max-clients
<web-max-client>
Configures the web server’s maximum number of supported
concurrent clients.
25-400