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

@ -27,6 +27,7 @@ var (
Token: "",
TLS: TLS{
Active: false,
CAFile: "",
CertFile: "",
KeyFile: "",
},