Web interface
An HTTPS server providing a device administration interface and access to resources.
- Access control list
- Unencrypted redirect - Redirect unencrypted HTTP requests to the HTTPS server.
Properties
Enable
Enable the web interface over HTTPS.
- Data type: boolean
- Default:
true - Configuration
CLI: (cli)> config service webui enable
Port
The TCP port to listen for HTTPS requests on.
- Data type: integer
- Default:
443 - Minimum: 1
- Maximum: 65535
- Configuration
- Required
CLI: (cli)> config service webui port
Private key
A private key in PEM format for the server to use for TLS.
Leave this field empty to have the device generate a private key.
- Data type: string
- Configuration
- Optional
CLI: (cli)> config service webui private-key
Certificate
An X.509 certificate issued for the public key corresponding to the private key.
Leave this field empty to have the device self-sign a certificate.
- Data type: string
- Configuration
- Optional
CLI: (cli)> config service webui certificate
Fingerprint
The SHA256 fingerprint of the X.509 certificate used by the web server, which can be used to identify the private key in use.
- Data type: string
- Status
CLI: (cli)> show service webui fingerprint
