Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit d339bf1

Browse files
authored
Add DEV/INT repository signing certificate to Process Signature job (#468)
Part of https://github.com/NuGet/Engineering/issues/1402
1 parent 00644d1 commit d339bf1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/Validation.PackageSigning.ProcessSignature/Settings/dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"ProcessSignature": {
2121
"AllowedRepositorySigningCertificates": [
22-
"0e5f38f57dc1bcc806d8494f4f90fbcedd988b46760709cbeec6f4219aa6157d"
22+
"cf6ce6768ef858a3a667be1af8aa524d386c7f59a34542713f5dfb0d79acf3dd"
2323
],
2424
"V3ServiceIndexUrl": "https://apidev.nugettest.org/v3/index.json"
2525
},

src/Validation.PackageSigning.ProcessSignature/Settings/int.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"ConnectionString": "DefaultEndpointsProtocol=https;AccountName=nugetint0;AccountKey=$$Int-NuGetInt0Storage-Key$$"
1919
},
2020
"ProcessSignature": {
21-
"AllowedRepositorySigningCertificates": [],
21+
"AllowedRepositorySigningCertificates": [
22+
"cf6ce6768ef858a3a667be1af8aa524d386c7f59a34542713f5dfb0d79acf3dd"
23+
],
2224
"V3ServiceIndexUrl": "https://apiint.nugettest.org/v3/index.json"
2325
},
2426

0 commit comments

Comments
 (0)