1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-23 00:00:01 +01:00
VILLASnode/doc/openapi/components/schemas/config/http.yaml

27 lines
633 B
YAML

# yaml-language-server: $schema=http://json-schema.org/draft-07/schema
---
type: object
properties:
port:
type: integer
default: 80
title: Listening port
description: |
The TCP port number on which HTTP & WebSocket server.
ssl_cert:
type: string
title: SSL Certificate Path
description: |
The public x509 certificate used for server-side SSL encryption.
example: /etc/ssl/certs/mycert.pem
ssl_private_key:
type: string
title: SSL Private Key Path
description: |
The private x509 key used for server-side SSL encryption.
example: /etc/ssl/private/mykey.pem