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 42ffca0 commit 81d6ed0Copy full SHA for 81d6ed0
.github/workflows/build_executable.yml
@@ -174,6 +174,8 @@ 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
0 commit comments