Skip to content

Commit f669847

Browse files
Merge pull request #311275 from Jaxelr/patch-1
Update installation command and JSON example for signing
2 parents 20975b8 + fc56c6c commit f669847

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The Artifact Signing Client Tools installer is available on the Windows Package
6161
> winget is available by default in Windows 11 and modern versions of Windows 10. However, it may not be installed in older versions of Windows. See the [winget documentation](/windows/package-manager/winget/) for installation instructions.
6262
6363
```PowerShell
64-
winget install -e --id Microsoft.Azure.TrustedSigningClientTools
64+
winget install -e --id Microsoft.Azure.ArtifactSigningClientTools
6565
```
6666

6767
The `-e` option is to ensure the official Artifact Signing Client Tools package is installed. This command installs the latest version by default. To specify a version, add a `-v <version>` with your desired version to the command.
@@ -179,8 +179,8 @@ For example, when authenticating with [EnvironmentCredential](/dotnet/api/azure.
179179

180180
```json
181181
{
182-
"Endpoint": "<Trusted Signing account endpoint>",
183-
"CodeSigningAccountName": "<Trusted Signing account name>",
182+
"Endpoint": "<Artifact Signing account endpoint>",
183+
"CodeSigningAccountName": "<Signing account name>",
184184
"CertificateProfileName": "<Certificate profile name>",
185185
"CorrelationId": "<Optional CorrelationId value>",
186186
"ExcludeCredentials": [

0 commit comments

Comments
 (0)