New
- Nginx like https route properties (de1f4da)
Property | Description | Type | Default | Allowed Values / Syntax |
---|---|---|---|---|
ssl_server_name
| SNI server name | string | empty, string, on or off
| |
ssl_trusted_certificate
| Path to trusted CA certificates | string | string | |
ssl_certificate
| Path to client certificate | string | string | |
ssl_certificate_key
| Path to client key | string | string | |
ssl_protocols
| Allowed TLS protocols | array | tlsv1.0 , tlsv1.1 , tlsv1.2 , tlsv1.3
|
Fixed
- WebUI: client error when switching to file of different type in Config Page