Overview
This article provides information regarding the Exinda CLI command web
.
You can use the web
command to configure the web user interface (Web UI).
Information
- {}: Options are enclosed in braces and are separated by '|'
- []: Optional keywords are enclosed in brackets
- <>: User input is required where variables are enclosed in greater-than and less-than symbols
The following table describes the commands used for performing common actions related to web:
Action Description | Command |
Parameter Description |
To enable or disable the Web UI |
[no] web enable |
Not Applicable |
To configure the length of user inactivity before auto-logout (in seconds) |
web auto-logout <time> |
Not Applicable |
To configure HTTP access to the Web UI | web http {enable|port|redirect|restrict} |
|
To configure HTTPS access to the Web UI | https {enable|certificate|customssl|port|restrict} |
|
To configure a custom SSL certificate | https customssl {enable|certificate|generate csr country <country>
state <state> location <location> organization <org>
hostname <hostname>|privatekey} |
|
To configure renewal and timeout session settings |
|
Not Applicable |
To enable or disable deflate compression encoding |
[no] web httpd compression |
Not Applicable |
To enable or disable Web interface restrictions |
[no] web httpd listen {enable|interface <interface>} |
Not Applicable |
To restrict the listen interface for the Web UI. The configured interface should be statically configured (DHCP disabled) |
web httpd listen interface <interface> |
Not Applicable |
Configure the web proxy host address and port |
web proxy host <hostname or IP address> [port <port>] |
host <hostname or IP address> - IPv4 and IPv6 addresses can be used. |
To configure the type of proxy authentication |
web proxy auth authtype {none|basic} |
Not Applicable |
Configure the username and password for basic authentication |
web proxy auth basic {password|username} |
Not Applicable |
To show Web UI configuration and running state |
show web |
Not Applicable |
Find more CLI commands.