Skip to content

Commit 693dc2a

Browse files
committed
Merged PR 50758: [release/9.0] Updated PCA of DAC cert
#### AI description (iteration 1) #### PR Classification Pipeline configuration update adjusting certificate validation. #### PR Summary This pull request updates the expected issuer for the DAC signing certificate in the diagnostic file signing pipeline to reflect the new PCA 2024 certificate. - `eng/pipelines/coreclr/templates/sign-diagnostic-files.yml`: Changed the certificate issuer string from "Microsoft Code Signing PCA 2010" to "Microsoft Code Signing PCA 2024". <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
1 parent 5cd4553 commit 693dc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/coreclr/templates/sign-diagnostic-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ steps:
6969
}
7070
7171
if ($signingCert.Subject -ne "CN=.NET DAC, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" `
72-
-or $signingCert.Issuer -ne "CN=Microsoft Code Signing PCA 2010, O=Microsoft Corporation, L=Redmond, S=Washington, C=US")
72+
-or $signingCert.Issuer -ne "CN=Microsoft Code Signing PCA 2024, O=Microsoft Corporation, L=Redmond, S=Washington, C=US")
7373
{
7474
throw "File $file not in expected trust chain."
7575
}

0 commit comments

Comments
 (0)