From 8deb0c1de122e4bdd445869d9be513a3a1d62259 Mon Sep 17 00:00:00 2001 From: Ori Hoch Date: Tue, 18 Oct 2022 14:34:13 +0300 Subject: [PATCH] update mac signing documentation --- MAC_SIGN.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/MAC_SIGN.md b/MAC_SIGN.md index 81e98c4..b3ca9b4 100644 --- a/MAC_SIGN.md +++ b/MAC_SIGN.md @@ -28,7 +28,7 @@ sudo passwd ec2-user * Navigate to the certificates page. * Click the “+” icon, select “Developer ID Application” and follow the steps. * Download the certificate so it's available on the mac instance -* in the mac instance VNC double-click the certificate to import it into your keychain +* in the mac instance VNC double-click the certificate to import it into the system keychain * To verify you did this correctly, you can inspect your keychain: ``` $ security find-identity -v @@ -47,12 +47,9 @@ $ security find-identity -v "sign" :{ "application_identity" : "4194587FE60D93D416CF3F4669FF913C7BBA4271" }, - "dmg" :{ - "output_path": "./cloudcli.dmg", - "volume_name": "cloudcli" - }, "zip" :{ "output_path" : "./cloudcli.zip" } } -``` \ No newline at end of file +``` +* Install gon: `brew install mitchellh/gon/gon`