Skip to content

Commit

Permalink
Fleet attestation: add command for fleetd on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtalerman authored Feb 18, 2025
1 parent 176f476 commit 1503435
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions articles/fleet-software-attestation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,17 @@ Verify the [fleetctl binary](https://github.com/fleetdm/fleet/releases) (CLI):
gh attestation verify --owner fleetdm fleetdm /path/to/fleetctl
```

After, installing Fleet's agent (fleetd) on a macOS host, run this command on the host to verify:
After, installing Fleet's agent (fleetd) on a macOS or Linux host, run this command on the host to verify:

```
gh attestation verify --owner fleetdm /usr/local/bin/orbit
```

TODO: Filepath for Windows and Linux
To verify fleetd on Windows, run this command:

```
gh attestation verify --owner fleetdm "C:\Program Files\Orbit\bin\orbit\orbit.exe"
```

<meta name="authorGitHubUsername" value="sgress454">
<meta name="authorFullName" value="Scott Gress">
Expand Down

0 comments on commit 1503435

Please sign in to comment.