``` osqueryd \ --enroll_secret_path=/path/to/enro...
# general
g
Copy code
osqueryd \
 --enroll_secret_path=/path/to/enroll/secret.txt \
 --tls_server_certs=/etc/osquery/server.crt \
 --tls_hostname=<http://osquery.acme.co|osquery.acme.co> \
 --host_identifier=uuid \
 --enroll_tls_endpoint=/api/v1/osquery/enroll \
 --config_plugin=tls \
 --config_tls_endpoint=/api/v1/osquery/config \
 --config_refresh=10 \
 --disable_distributed=false \
 --distributed_plugin=tls \
 --distributed_interval=10 \
 --distributed_tls_max_attempts=3 \
 --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 \
 --logger_tls_period=10