where does osquery bundle the certs at?
# general
z
where does osquery bundle the certs at?
t
It's different depending on the OS
Copy code
osqueryi "select * from osquery_flags where name = 'tls_server_certs'"
look at
default_value
z
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?