hey all, i am having trouble getting osquery to pl...
# general
c
hey all, i am having trouble getting osquery to play nice with my cert chain… i downloaded it with
Copy code
echo -n | openssl s_client -connect MYHOST:443 -showcerts | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p’ > certchain.crt
and can verify it looks okay with
openssl x509 -in certchain.crt -text