wkleinhenz
05/26/2021, 11:20 PM/var/lib/orbit/bin/osqueryd/linux/stable/osqueryd --pidfile=/var/lib/orbit/osquery.pid --database_path=/var/lib/orbit/osquery.db --extensions_socket=/var/lib/orbit/osquery.em --enroll_secret_env=ENROLL_SECRET --tls_hostname=localhost:37880 --enroll_tls_endpoint=/api/v1/osquery/enroll --config_plugin=tls --config_tls_endpoint=/api/v1/osquery/config --config_refresh=60 --disable_distributed=false --distributed_plugin=tls --distributed_tls_max_attempts=10 --distributed_tls_read_endpoint=/api/v1/osquery/distributed/read --distributed_tls_write_endpoint=/api/v1/osquery/distributed/write --logger_plugin=tls --logger_tls_endpoint=/api/v1/osquery/log --disable_carver=false --carver_start_endpoint=/api/v1/osquery/carve/begin --carver_continue_endpoint=/api/v1/osquery/carve/block --carver_block_size=2000000 --tls_server_certs /tmp/fleet.crt --force
└─1501 /var/lib/orbit/bin/osqueryd/linux/stable/osqueryd
zwass
05/27/2021, 6:08 PM/tmp/fleet.crt
exists and what the contents are while that's running?wkleinhenz
05/27/2021, 6:12 PMzwass
05/27/2021, 6:16 PMopenssl x509 -in test.crt -text
Certificate:
Data:
Version: 1 (0x0)
Serial Number: 10349005785124955555 (0x8f9f0dee20d5e5a3)
Signature Algorithm: sha256WithRSAEncryption
Issuer: CN=localhost
Validity
Not Before: Dec 19 00:40:04 2020 GMT
Not After : May 5 00:40:04 2048 GMT
Subject: CN=localhost
...
wkleinhenz
05/27/2021, 6:55 PMzwass
05/27/2021, 6:57 PM