Skip to content

Commit

Permalink
Fleet attestation: cleanup (#26487)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtalerman authored Feb 20, 2025
1 parent 8bab38b commit aa16261
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions articles/fleet-software-attestation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A software attestation is a cryptographically-signed statement provided by a sof

Any Fleet release can be _verified_ to prove that it was indeed created by Fleet, using the `gh` command line tool from Github. See the [`gh attestation verify`](https://cli.github.com/manual/gh_attestation_verify) docs for more info.

After downloading the [Fleet binary](https://github.com/fleetdm/fleet/releases), here's how to verify:
After downloading the [Fleet server binary](https://github.com/fleetdm/fleet/releases), here's how to verify:

```
gh attestation verify --owner fleetdm /path/to/fleet
Expand All @@ -22,14 +22,12 @@ 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:
Currently, you can verify Fleet's agent (fleetd) on macOS and Linux. To verify, after installing fleetd on a macOS or Linux host, run this command::

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

TODO: Filepath for Windows and Linux

<meta name="authorGitHubUsername" value="sgress454">
<meta name="authorFullName" value="Scott Gress">
<meta name="publishedOn" value="2025-01-14">
Expand Down

0 comments on commit aa16261

Please sign in to comment.