Files
ols-ucentral-schema/schema/service.https.yml
2024-05-10 16:27:03 +08:00

16 lines
367 B
YAML

description:
Enable the webserver with the on-boarding webui
type: object
properties:
https-port:
description:
The port that the secure HTTP server should run on.
type: integer
maximum: 65535
minimum: 1
default: 443
enable:
description:
This option whether secure http server should be enabled or disabled.
type: boolean