https://github.com/osquery/osquery logo
#kolide
Title
# kolide
u

666reda

04/11/2018, 3:40 PM
another question please @groob, I still have trouble in understand what do you mean by signed the certificate, is the 3 commands below should do the trick or I need to do other stuff not mentionned in the fleet-on-ubuntu.md
Copy code
$ openssl genrsa -out /tmp/server.key 4096
$ openssl req -new -key /tmp/server.key -out /tmp/server.csr
$ openssl x509 -req -days 366 -in /tmp/server.csr -signkey /tmp/server.key -out /tmp/server.cert
g

groob

04/11/2018, 3:41 PM
you need to provide us with logs from osquery first
6 Views