Skip to content

Commit 6a33dee

Browse files
omer-rothclaude
andcommitted
CM-70024: temporary smctl diagnostics for cert sync
The keypair is visible in the KSP but smctl reports its certificate as not found. List keypairs and certificates in CI to see the association and status. To be removed before merge. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 556d832 commit 6a33dee

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build_executable.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,11 @@ jobs:
247247
msiexec /i smtools-windows-x64.msi /quiet /qn
248248
C:\Windows\System32\certutil.exe -csp "DigiCert Signing Manager KSP" -key -user
249249
250+
:: TODO(CM-70024): temporary diagnostics, remove before merge
251+
smctl healthcheck --all
252+
smctl keypair ls
253+
smctl certificate ls
254+
250255
:: certsync without an alias only syncs the first keypair the account returns,
251256
:: so the alias is required to get the current signing cert into the store
252257
smctl windows certsync --keypair-alias=%SM_KEYPAIR_ALIAS%

0 commit comments

Comments
 (0)