Skip to content

Commit de001b2

Browse files
authored
Update SIGNING_KEY_ID description in codesigning.md
Clarified the definition of SIGNING_KEY_ID with additional details on obtaining it.
1 parent 68ef52b commit de001b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

technical/codesigning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The complete process is:
6161
* `DEVELOPER_TEAM_ID` -- Either the FPA's team ID (visible in your Apple developer account), or your own ID team ID from Apple
6262
* `KEYCHAIN_PASSWORD` -- An arbitrary password, used on the CI system as the password for the keychain. Anything you want.
6363
* `P12_PASSWORD` -- The password you set when exporting the certificate to the `*.p12` file.
64-
* `SIGNING_KEY_ID` -- The ID of the certificate associated with `BUILD_PROVISION_PROFILE_BASE64`
64+
* `SIGNING_KEY_ID` -- The ID of the certificate associated with `BUILD_PROVISION_PROFILE_BASE64`. Obtained by running `security find-identity -v -p codesigning` on a machine with the key installed. It is the SHA hash of the selected key in the displayed list.
6565
16. Run the "Weekly Build" GitHub action to generate the signed macOS weeklies based on these settings.
6666

6767
## Windows

0 commit comments

Comments
 (0)