Skip to content

Commit 6baeb48

Browse files
committed
add another way to sync certs
1 parent 81d6ed0 commit 6baeb48

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build_executable.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,12 +174,9 @@ jobs:
174174
:: setup SSM KSP
175175
curl -X GET https://one.digicert.com/signingmanager/api-ui/v1/releases/smtools-windows-x64.msi/download -H "x-api-key:%SM_API_KEY%" -o smtools-windows-x64.msi
176176
msiexec /i smtools-windows-x64.msi /quiet /qn
177-
smksp_registrar.exe list
178-
smctl.exe keypair ls
179177
C:\Windows\System32\certutil.exe -csp "DigiCert Signing Manager KSP" -key -user
180178
smksp_cert_sync.exe
181-
182-
smctl healthcheck
179+
smctl windows certsync --keypair-alias=key_
183180
184181
:: sign executable
185182
signtool.exe sign /sha1 %SM_CODE_SIGNING_CERT_SHA1_HASH% /tr http://timestamp.digicert.com /td SHA256 /fd SHA256 ".\dist\cycode-cli.exe"

0 commit comments

Comments
 (0)