You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throw 'The Certum signing certificate is missing or has no private key.'
160
-
}
161
147
```
162
148
163
149
When preparing the next milestone, verify first and create only if missing:
@@ -172,7 +158,7 @@ if (-not $existing) {
172
158
}
173
159
```
174
160
175
-
If the thumbprint is available only as a GitHub repository variable, the maintainer may verify that the variable exists without printing its value, then verify the local certificate with the thumbprint supplied privately.
161
+
The release workflow verifies the configured Certum signing certificate on the signing runner before packaging production installers.
176
162
177
163
The release workflow:
178
164
@@ -217,7 +203,7 @@ Do not tag if:
217
203
- The C# app project `<Version>` does not match the intended tag.
218
204
- The release issue or PR milestone does not match `Release X.Y.Z`.
219
205
- The signing runner is offline or busy.
220
-
- The Certum certificate cannot be verified locally.
206
+
- The production signing configuration is not available to the release workflow.
0 commit comments