From 412375b21e098df43a5c122c2a9f7b22d3d8b386 Mon Sep 17 00:00:00 2001 From: Katheryn Satterlee Date: Fri, 14 Oct 2022 10:19:02 -0500 Subject: [PATCH] Update code signing instructions (#7950) Added context about update channel to note about orbit's install path. --- docs/Using-Fleet/Adding-hosts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Using-Fleet/Adding-hosts.md b/docs/Using-Fleet/Adding-hosts.md index 967106fef4..1c399997ae 100644 --- a/docs/Using-Fleet/Adding-hosts.md +++ b/docs/Using-Fleet/Adding-hosts.md @@ -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**.