mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
fix: add clarity on signing and notarising on macOS (#3714)
Add clarity on signing and notarising macOS osquery installers
This commit is contained in:
parent
4776ae68b4
commit
31459b97e4
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ Check out the example below:
|
|||
fleetctl package --type pkg --sign-identity=[PATH TO SIGN IDENTITY] --notarize --fleet-url=[YOUR FLEET URL] --enroll-secret=[YOUR ENROLLMENT SECRET]
|
||||
```
|
||||
|
||||
The above command should be run on a macOS device as notarizing and signing of macOS osquery installers can only be done on macOS devices.
|
||||
|
||||
|
||||
### Adding multiple hosts
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue