mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Update code signing instructions (#7950)
Added context about update channel to note about orbit's install path.
This commit is contained in:
parent
03096ee546
commit
412375b21e
1 changed files with 2 additions and 2 deletions
|
|
@ -245,7 +245,7 @@ On a system with osquery installed via the Fleet osquery installer (Orbit), obta
|
|||
`CodeRequirement` of Orbit by running:
|
||||
|
||||
```
|
||||
codesign -dr - /opt/orbit/bin/orbit/macos/edge/orbit
|
||||
codesign -dr - /opt/orbit/bin/orbit/macos/stable/orbit
|
||||
```
|
||||
|
||||
The output should be similar or identical to:
|
||||
|
|
@ -255,7 +255,7 @@ Executable=/opt/orbit/bin/orbit/macos/edge/orbit
|
|||
designated => identifier "com.fleetdm.orbit" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = "8VBZ3948LU"
|
||||
```
|
||||
|
||||
> **NOTE:** Depending on the version of `fleetctl` used to package and install Orbit, the executable path may differ.
|
||||
> **NOTE:** Depending on the version of `fleetctl` used to package and install Orbit, as well as the update channel you've specified, the executable path may differ.
|
||||
> Fleetctl versions <= 4.13.2 would install orbit to `/var/lib/orbit` instead of `/opt/orbit`.
|
||||
|
||||
Note down the **executable path** and the entire **identifier**.
|
||||
|
|
|
|||
Loading…
Reference in a new issue