Skip to content

Commit 51344f5

Browse files
fixing the links for powershell and az module
1 parent 90c9619 commit 51344f5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/trusted-signing/how-to-sign-ci-policy.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ To sign new CI policies with the service first install several prerequisites.
1717
Prerequisites:
1818
* A Trusted Signing account, Identity Validation, and Certificate Profile.
1919
* Ensure there are proper individual or group role assignments for signing (“Trusted Signing Certificate Profile Signer” role).
20-
* [Azure PowerShell on Windows](https://learn.microsoft.com/en-us/powershell/azure/install-azps-windows?view=azps-9.7.1&tabs=powershell&pivots=windows-msi) installed
21-
* [Az.CodeSigning](https://learn.microsoft.com/en-us/powershell/module/az.codesigning/?view=azps-11.4.0) module downloaded
20+
* [Azure PowerShell on Windows](https://learn.microsoft.com/powershell/azure/install-azps-windows) installed
21+
* [Az.CodeSigning](https://learn.microsoft.com/powershell/module/az.codesigning/) module downloaded
2222

2323
Overview of steps:
2424
1. ⁠Unzip the Az.CodeSigning module to a folder
@@ -32,7 +32,7 @@ Endpoint "https://scus.codesigning.azure.net/"
3232
CodeSigningAccountName "youracsaccount"
3333
CertificateProfileName "youracscertprofile"
3434
```
35-
5. [Get the root certificate](https://learn.microsoft.com/en-us/powershell/module/az.codesigning/get-azcodesigningrootcert?view=azps-11.4.0) to be added to the trust store
35+
5. [Get the root certificate](https://learn.microsoft.com/en-us/powershell/module/az.codesigning/get-azcodesigningrootcert) to be added to the trust store
3636
```
3737
Get-AzCodeSigningRootCert -AccountName TestAccount -ProfileName TestCertProfile -EndpointUrl https://xxx.codesigning.azure.net/ -Destination c:\temp\root.cer
3838
```
@@ -63,6 +63,6 @@ Invoke-AzCodeSigningCIPolicySigning -MetadataFilePath C:\temp\metadata.sample.sc
6363
## Creating and Deploying a CI Policy
6464

6565
For steps on creating and deploying your CI policy refer to:
66-
* [Use signed policies to protect Windows Defender Application Control against tampering](https://learn.microsoft.com/en-us/windows/security/application-security/application-control/windows-defender-application-control/deployment/use-signed-policies-to-protect-wdac-against-tampering)
67-
* [Windows Defender Application Control design guide](https://learn.microsoft.com/en-us/windows/security/application-security/application-control/windows-defender-application-control/design/wdac-design-guide)
66+
* [Use signed policies to protect Windows Defender Application Control against tampering](https://learn.microsoft.com/windows/security/application-security/application-control/windows-defender-application-control/deployment/use-signed-policies-to-protect-wdac-against-tampering)
67+
* [Windows Defender Application Control design guide](https://learn.microsoft.com/windows/security/application-security/application-control/windows-defender-application-control/design/wdac-design-guide)
6868

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ This section explains how to set up other not [SignTool](#set-up-signtool-with-t
120120

121121
* PowerShell for Authenticode – To use PowerShell for Trusted Signing, visit [PowerShell Gallery | Trusted Signing 0.3.8](https://www.powershellgallery.com/packages/TrustedSigning/0.3.8) to install the PowerShell module.
122122

123-
* Azure PowerShell: App Control for Business CI Policy – To use Trusted Signing for CI policy signing follow the instructions at [Signing a New CI policy](./how-to-sign-ci-policy.md) and visit the [Az.CodeSigning PowerShell Module](https://learn.microsoft.com/en-us/powershell/module/az.codesigning/?view=azps-11.4.0).
123+
* Azure PowerShell: App Control for Business CI Policy – To use Trusted Signing for CI policy signing follow the instructions at [Signing a New CI policy](./how-to-sign-ci-policy.md) and visit the [Az.CodeSigning PowerShell Module](https://learn.microsoft.com/en-us/powershell/azure/install-azps-windows).
124124

125125
* Trusted Signing SDK – To create your own signing integration our [Trusted Signing SDK](https://www.nuget.org/packages/Azure.CodeSigning.Sdk) is publicly available.

0 commit comments

Comments
 (0)