Skip to content

Commit

Permalink
update mac signing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Oct 18, 2022
1 parent 814b7c7 commit 8deb0c1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions MAC_SIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
}
}
```
```
* Install gon: `brew install mitchellh/gon/gon`

0 comments on commit 8deb0c1

Please sign in to comment.