Watchdog: Verify Server TLS Certificate

This commit is contained in:
Maximilian Paß
2024-01-16 15:03:52 +01:00
committed by Sebastian Serth
parent b48c7fe8b6
commit 221a6ff1b2
5 changed files with 52 additions and 28 deletions

View File

@ -15,6 +15,8 @@ server:
tls:
# If set, the API uses TLS for all incoming connections.
active: false
# The path to the certificate of the CA authority used for TLS
# cafile: ./ca.crt
# The path to the certificate file used for TLS
# certfile: ./poseidon.crt
# The path to the key file used for TLS