Skip to content

Commit

Permalink
chore(docs): Update code-signing.md with tip for pkg installer env (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
richtlu committed Aug 16, 2022
1 parent 217f4af commit caf05a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/code-signing.md
Expand Up @@ -16,6 +16,9 @@ On a macOS development machine, a valid and appropriate identity from your keych
| `CSC_IDENTITY_AUTO_DISCOVERY`| `true` or `false`. Defaults to `true` — on a macOS development machine valid and appropriate identity from your keychain will be automatically used.
| `CSC_KEYCHAIN`| The keychain name. Used if `CSC_LINK` is not specified. Defaults to system default keychain.

!!! tip
If you are wrapping app to installer (pkg), you need to have `INSTALLER ID` identity in your keychain or provide according `CSC_INSTALLER_LINK` and `CSC_INSTALLER_KEY_PASSWORD`.

!!! tip
If you are building Windows on macOS and need to set a different certificate and password (than the ones set in `CSC_*` env vars) you can use `WIN_CSC_LINK` and `WIN_CSC_KEY_PASSWORD`.

Expand Down

0 comments on commit caf05a9

Please sign in to comment.