Skip to content

Commit f859ec4

Browse files
authored
Merge pull request #123905 from MD-V/main
Replace narrow non-breaking space with normal space
2 parents e3ce853 + 0902f9e commit f859ec4

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
@@ -106,7 +106,7 @@ To sign by using Trusted Signing, you need to provide the details of your Truste
106106
}
107107
```
108108

109-
The `"Endpoint"`URI value must be a URI that aligns with the region where you created your Trusted Signing account and certificate profile when you set up these resources. The table shows regions and their corresponding URIs.
109+
The `"Endpoint"` URI value must be a URI that aligns with the region where you created your Trusted Signing account and certificate profile when you set up these resources. The table shows regions and their corresponding URIs.
110110

111111
| Region | Region class fields | Endpoint URI value |
112112
|--------------|-----------|------------|
@@ -148,7 +148,7 @@ To invoke SignTool to sign a file:
148148
1. Replace the placeholders in the following path with the specific values that you noted in step 1:
149149

150150
```console
151-
&"<Path to SDKbinfolder>\x64\signtool.exe"sign /v /debug/fdSHA256/tr"http://timestamp.acs.microsoft.com"/tdSHA256/dlib"<Path to TrustedSigningdlibbinfolder>\x64\Azure.CodeSigning.Dlib.dll"/dmdf"<Path to metadatafile>\metadata.json"<File to sign>
151+
& "<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>
152152
```
153153

154154
- Both the x86 and the x64 version of SignTool are included in the Windows SDK. Be sure to reference the corresponding version of *Azure.CodeSigning.Dlib.dll*. The preceding example is for the x64 version of SignTool.

0 commit comments

Comments
 (0)