File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181 SM_CLIENT_CERT_FILE : D:\Certificate_pkcs12.p12
8282 SM_CLIENT_CERT_PASSWORD : ${{ secrets.SM_CLIENT_CERT_PASSWORD }}
8383
84- - name : Register signtool with smctl and verify
84+ - name : Sync DigiCert certificate to local store and verify
8585 if : ${{ runner.os == 'Windows' && startsWith(github.ref, 'refs/tags/') }}
8686 shell : pwsh
8787 env :
9191 SM_CLIENT_CERT_PASSWORD : ${{ secrets.SM_CLIENT_CERT_PASSWORD }}
9292 run : |
9393 $ErrorActionPreference = 'Stop'
94- # Register signtool with smctl so it can find it during signing
95- smctl windows signtool register
94+ # Sync certificates from DigiCert cloud to local Windows certificate store
95+ # This is required so signtool can find the certificate
96+ smctl windows certsync
9697 # Run healthcheck to confirm everything is connected
9798 smctl healthcheck
9899
You can’t perform that action at this time.
0 commit comments