mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
enable notarization on Sandbox pre-provisioner (#7100)
This commit is contained in:
parent
4cd4a7759b
commit
d3e2e2dca0
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ func buildPackages(instanceID, enrollSecret string) (err error) {
|
|||
OsquerydChannel: "stable",
|
||||
DesktopChannel: "stable",
|
||||
OrbitUpdateInterval: 15 * time.Minute,
|
||||
Notarize: true,
|
||||
MacOSDevIDCertificateContent: options.MacOSDevIDCertificateContent,
|
||||
AppStoreConnectAPIKeyID: options.AppStoreConnectAPIKeyID,
|
||||
AppStoreConnectAPIKeyIssuer: options.AppStoreConnectAPIKeyIssuer,
|
||||
|
|
|
|||
Loading…
Reference in a new issue