Skip to content

Commit 49dc488

Browse files
fixing references to code signing in the how-to
1 parent fc66843 commit 49dc488

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/trusted-signing/how-to-signing-integrations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To sign using Trusted Signing, you need to provide the details of your Trusted S
7777
2. 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 refer to the following example:
7878
```
7979
{
80-
  "Endpoint": "<Code Signing Account Endpoint>",
80+
  "Endpoint": "<Trusted Signing Account Endpoint>",
8181
  "TrustedSigningAccountName": "<Trusted Signing Account Name>",
8282
  "CertificateProfileName": "<Certificate Profile Name>",
8383
  "CorrelationId": "<Optional CorrelationId*>"
@@ -106,7 +106,7 @@ Complete the following steps to invoke SignTool to sign a file for you:
106106
2. Replace the placeholders in the following path with the specific values you noted in step 1.
107107

108108
```
109-
& "<Path to SDK bin folder>\x64\signtool.exe" sign /v /debug /fd SHA256 /tr "http://timestamp.acs.microsoft.com" /td SHA256 /dlib "<Path to Azure Code Signing Dlib bin folder>\x64\Azure.CodeSigning.Dlib.dll" /dmdf "<Path to Metadata file>\metadata.json" <File to sign>
109+
& "<Path to SDK bin folder>\x64\signtool.exe" sign /v /debug /fd SHA256 /tr "http://timestamp.acs.microsoft.com" /td SHA256 /dlib "<Path to Trusted Signing Dlib bin folder>\x64\Azure.CodeSigning.Dlib.dll" /dmdf "<Path to Metadata file>\metadata.json" <File to sign>
110110
```
111111
* Both x86 and x64 versions of SignTool.exe are provided as part of the Windows SDK - ensure you reference the corresponding version of Azure.CodeSigning.Dlib.dll. The above example is for the x64 version of SignTool.exe.
112112
* You must make sure you use the recommended Windows SDK version in the dependencies listed at the beginning of this article. Otherwise our dlib won’t work.

0 commit comments

Comments
 (0)