Jerome
11/12/2019, 11:12 AM--tls_server_certs
. This is working when I use it directly in the command line but when I use through the flag file and the parameter --flagfile
I have the error:
Cannot read TLS server certificate(s): "C:\Program Files\osquery\kolide_self.crt"
Is there a bug?.\osqueryd.exe --flagfile="C:\Program Files\osquery\osquery.flags" --tls_server_certs="C:\\Program Files\\osquery\\kolide_self.crt"
this also workingAndrea
11/12/2019, 12:49 PMseph
11/12/2019, 12:59 PMJerome
11/12/2019, 1:26 PMosquery.flags
. I removed them and it works.--enroll_secret_path="C:\\Program Files\\osquery\\enroll_secret"
and it works from command line and from the osquery.flags
with the quotestheopolis
11/12/2019, 3:08 PM"
characters. We could find a way to document this expectation better.seph
11/12/2019, 3:29 PM