Skip to content

Commit 0902f9e

Browse files
committed
Replace non-breaking space with normal space
1 parent 086335a commit 0902f9e

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
|--------------|-----------|------------|
@@ -128,7 +128,7 @@ To invoke SignTool to sign a file:
128128
1. Replace the placeholders in the following path with the specific values that you noted in step 1:
129129

130130
```console
131-
&"<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>
131+
& "<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>
132132
```
133133

134134
- 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)