You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NuGet sample contained a Microsoft.Windows.SDK.BuildTools package version which is not compatible with Trusted Signing.
Added a sample for getting the Microsoft.Trusted.Signing.Client via NuGet.
Fixed JSON meta data sample. "TrustedSigningAccountName" is not working with the latest Microsoft.Trusted.Signing.Client and Microsoft.Windows.SDK.BuildTools.
@@ -84,17 +84,23 @@ To download and install the Trusted Signing dlib package (a .zip file):
84
84
85
85
1. Extract the Trusted Signing dlib zipped content and install it on your signing node in your choice of directory. The node must be the node where you'll use SignTool to sign files.
86
86
87
+
Another option is to download the [Trusted Signing dlib package](https://www.nuget.org/packages/Microsoft.Trusted.Signing.Client) via NuGet similar like the Windows SDK Build Tools NuGet package:
To sign by using Trusted Signing, you need to provide the details of your Trusted Signing account and certificate profile that were created as part of the prerequisites. You provide this information on a JSON file by completing these steps:
90
96
91
97
1. Create a new JSON file (for example, *metadata.json*).
92
-
1. Add the specific values for your Trusted Signing account and certificate profile to the JSON file. The Trusted Signing account is interchangeably called *code signing account*. For more information, see the *metadata.sample.json* file that’s included in the Trusted Signing dlib package or use the following example:
98
+
1. Add the specific values for your Trusted Signing account and certificate profile to the JSON file. For more information, see the *metadata.sample.json* file that’s included in the Trusted Signing dlib package or use the following example:
0 commit comments