https://github.com/osquery/osquery logo
z

Zach Zeid

08/20/2020, 4:16 PM
where does osquery bundle the certs at?
t

theopolis

08/20/2020, 4:18 PM
It's different depending on the OS
Copy code
osqueryi "select * from osquery_flags where name = 'tls_server_certs'"
look at
default_value
z

Zach Zeid

08/20/2020, 4:19 PM
ahh! I see what I did here. I was definitely under the impression that
tls_server_certs
where for communicating with a tls endpoint. (which I guess is the case with aws firehose)
so is this also true of kinesis?
I don't see anything, anywhere in the docs that suggests things would break by using your own
tls_server_certs
, which is how I assumed you'd want to communicate with your own tls_endpoint?
3 Views