Code signing
Microsoft SignTool

Import certificates into the Windows certificate store

2min
this section shows how to import the code signing certificate (that microsoft signtool uses to sign files) and the ca certificates that issued the code signing certificate into the windows certificate store import the ca certificates in windows, open the manage computer certificates application in the top menu, select action > all tasks > import in the local machine store, select \[ next ] select \[ browse ] , and select the ca certificates that signed the code signing certificate that signtool should use select \[ next ] select the option that puts all certificates in the trusted root certificate authorities store and select \[ next ] select \[ finish ] import the code signing certificate in windows, open the manage computer certificates application in the top menu, select action > all tasks > import in the local machine store, select \[ next ] select \[ browse ] and select the code signing certificate that signtool should use select \[ next ] select the option that puts all certificates in the personal store and select \[ next ] select \[ finish ]