refs #1940 fix path to cert files on windows
parent
cc65ece84a
commit
27a6f2b470
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue