We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d6ed0 commit 6baeb48Copy full SHA for 6baeb48
.github/workflows/build_executable.yml
@@ -174,12 +174,9 @@ jobs:
174
:: setup SSM KSP
175
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
176
msiexec /i smtools-windows-x64.msi /quiet /qn
177
- smksp_registrar.exe list
178
- smctl.exe keypair ls
179
C:\Windows\System32\certutil.exe -csp "DigiCert Signing Manager KSP" -key -user
180
smksp_cert_sync.exe
181
-
182
- smctl healthcheck
+ smctl windows certsync --keypair-alias=key_
183
184
:: sign executable
185
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