refs #1940 fix path to cert files on windows

tls
Natalia Serrano 2025-05-06 10:22:51 +02:00
parent cc65ece84a
commit 27a6f2b470
1 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@ level=full
log=DEBUG
# TLS
ca=C:\OGagent\ca.crt
crt=C:\OGagent\ogagent.crt
key=C:\OGagent\ogagent.key
ca=C:\Program Files (x86)\OGagent\ca.crt
crt=C:\Program Files (x86)\OGagent\ogagent.crt
key=C:\Program Files (x86)\OGagent\ogagent.key
# Module specific