mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Add hint for flag file on Windows (#1178)
This commit is contained in:
parent
13fe73d640
commit
a5bf3d8099
1 changed files with 10 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
- [Multiple enroll secrets](#multiple-enroll-secrets)
|
||||
|
||||
Fleet is powered by the open source osquery tool. To connect a host to Fleet, you have three general options:
|
||||
- You can use [Orbit for osquery](https://github.com/fleet/orbit)
|
||||
- You can use [Orbit for osquery](https://github.com/fleetdm/orbit)
|
||||
- You can install the osquery binaries on your hosts via the packages distributed at https://osquery.io/downloads
|
||||
- You can use the [Kolide Osquery Launcher](https://github.com/kolide/launcher).
|
||||
|
||||
|
|
@ -89,6 +89,15 @@ For your convenience, osqueryd supports putting all of your flags into a single
|
|||
osqueryd --flagfile=/etc/osquery/fleet.flags
|
||||
```
|
||||
|
||||
#### Flag file on Windows
|
||||
|
||||
Ensure that paths to files in the flag file are absolute, and not quoted. For example in `C:\Program Files\osquery\osquery.flags`:
|
||||
|
||||
```
|
||||
--tls_server_certs=C:\Program Files\osquery\fleet.pem
|
||||
--enroll_secret_path=C:\Program Files\osquery\secret.txt
|
||||
```
|
||||
|
||||
## Kolide osquery Launcher
|
||||
|
||||
Kolide provides compiled releases of their launcher for all supported platforms.
|
||||
|
|
|
|||
Loading…
Reference in a new issue