Code signing
Microsoft SignTool

Import certificates into Windows Certificate Store

2min

This section explains how to import the code-signing certificate (which 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

1

In Windows, open the Manage computer certificates application.

2

Right-click the Trusted Root Certificate Authorities certificate store, and select All Tasks > Import.

3

Select the Local Machine store if it's not already selected. Select [ Next ].

4

Select [ Browse ] and find and select all the CA certificates (one or more) that signed the code-signing certificate you need for SignTool.

5

Select the option that puts all certificates in the Trusted Root Certificate Authorities store and select [ Next ].

6

Select [ Finish ].

Import the code-signing certificate

1

In Windows, open the Manage computer certificates application.

2

Right-click the Personal certificate store and select All Tasks > Import.

3

Select the Local Machine store if it's not already selected. Select [ Next ].

4

Select [ Browse ] and find and select the code-signing certificate that you need for SignTool. Select [ Next ].

5

Select the option that puts all certificates in the Personal store and select [ Next ].

6

Select [ Finish ].