fix: add clarity on signing and notarising on macOS (#3714)

Add clarity on signing and notarising macOS osquery installers
This commit is contained in:
Kelvin Oghenerhoro Omereshone 2022-01-17 18:30:18 +01:00 committed by GitHub
parent 4776ae68b4
commit 31459b97e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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