From caf05a9dab9c6a99aac5420f58c85fff1eb54b3e Mon Sep 17 00:00:00 2001 From: Lukas Richtrmoc <40567118+richtlu@users.noreply.github.com> Date: Tue, 16 Aug 2022 18:48:19 +0200 Subject: [PATCH] chore(docs): Update code-signing.md with tip for pkg installer env (#7059) --- docs/code-signing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/code-signing.md b/docs/code-signing.md index 3b94d13953..8b3f9ab2ab 100644 --- a/docs/code-signing.md +++ b/docs/code-signing.md @@ -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`.