Skip to content

Commit 1554d3d

Browse files
authored
Update how-to-sign-ci-policy.md
Add PR feedback information
1 parent b6de67f commit 1554d3d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To complete the steps in this article, you need:
3636
}
3737
```
3838

39-
1. Get the [root certificate](/powershell/module/az.artifactsigning/get-azartifactsigningcertificateroot?view=azps-15.4.0) that you want to add to the trust store:
39+
1. Get the [root certificate](/powershell/module/az.artifactsigning/get-azartifactsigningcertificateroot?view=azps-15.4.0&preserve-view=true) that you want to add to the trust store:
4040

4141
```powershell
4242
Get-AzArtifactSigningCertificateRoot -AccountName TestAccount -ProfileName TestCertProfile -EndpointUrl https://xxx.codesigning.azure.net/ -Destination c:\temp\root.cer
@@ -48,7 +48,7 @@ To complete the steps in this article, you need:
4848
Get-AzArtifactSigningCertificateRoot -MetadataFilePath C:\temp\metadata.json -Destination c:\temp\root.cer
4949
```
5050

51-
1. To get the [Extended Key Usage (EKU)](/powershell/module/az.artifactsigning/get-azartifactsigningcustomereku?view=azps-15.4.0) to insert into your policy:
51+
1. To get the [Extended Key Usage (EKU)](/powershell/module/az.artifactsigning/get-azartifactsigningcustomereku?view=azps-15.4.0&preserve-view=true) to insert into your policy:
5252

5353
```powershell
5454
Get-AzArtifactSigningCustomerEku -AccountName TestAccount -ProfileName TestCertProfile -EndpointUrl https://xxx.codesigning.azure.net/
@@ -60,7 +60,7 @@ To complete the steps in this article, you need:
6060
Get-AzArtifactSigningCustomerEku -MetadataFilePath C:\temp\metadata.json
6161
```
6262

63-
1. To [sign your policy](/powershell/module/az.artifactsigning/invoke-azartifactsigningcipolicysigning?view=azps-15.4.0), run the `invoke` command:
63+
1. To [sign your policy](/powershell/module/az.artifactsigning/invoke-azartifactsigningcipolicysigning?view=azps-15.4.0&preserve-view=true), run the `invoke` command:
6464

6565
```powershell
6666
Invoke-AzArtifactSigningCIPolicySigning -accountName TestAccount -profileName TestCertProfile -endpointurl "https://xxx.codesigning.azure.net/" -Path C:\Temp\defaultpolicy.bin -Destination C:\Temp\defaultpolicy_signed.bin -TimeStamperUrl: http://timestamp.acs.microsoft.com

0 commit comments

Comments
 (0)