io.helidon.webserver.VirtualHostConfig
Description
TLS material for one listener virtual host selected by SNI
Configuration options
| Key | Type | Description |
|---|---|---|
host | String | Exact DNS host name or narrow wildcard pattern such as *. |
tls | Tls | Required enabled TLS configuration for this virtual host; virtual hosts do not inherit the listener TLS configuration |
Usages
See the manifest for all available types.