File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ Registered trusted signers:
4141 2. microsoft [author]
4242 Certificate fingerprint(s):
4343 SHA256 - 3F9001EA83C560D712C24CF213C3D312CB3BFF51EE89435D3430BD06B5D0EECE
44+ SHA256 - AA12DA22A49BCE7D5C1AE64CC1F3D892F150DA76140F210ABD2CBFFCA2C18A27
4445
4546 3. myUntrustedAuthorSignature [author]
4647 Certificate fingerprint(s):
Original file line number Diff line number Diff line change @@ -277,13 +277,14 @@ If a `certificate` specifies `allowUntrustedRoot` as `true` the given certificat
277277
278278``` xml
279279<trustedSigners >
280- <author name =" microsoft" >
281- <certificate fingerprint =" 3F9001EA83C560D712C24CF213C3D312CB3BFF51EE89435D3430BD06B5D0EECE" hashAlgorithm =" SHA256" allowUntrustedRoot =" false" />
282- </author >
283- <repository name =" nuget.org" serviceIndex =" https://api.nuget.org/v3/index.json" >
284- <certificate fingerprint =" 0E5F38F57DC1BCC806D8494F4F90FBCEDD988B46760709CBEEC6F4219AA6157D" hashAlgorithm =" SHA256" allowUntrustedRoot =" false" />
285- <owners >microsoft;aspnet;nuget</owners >
286- </repository >
280+ <author name =" microsoft" >
281+ <certificate fingerprint =" 3F9001EA83C560D712C24CF213C3D312CB3BFF51EE89435D3430BD06B5D0EECE" hashAlgorithm =" SHA256" allowUntrustedRoot =" false" />
282+ <certificate fingerprint =" AA12DA22A49BCE7D5C1AE64CC1F3D892F150DA76140F210ABD2CBFFCA2C18A27" hashAlgorithm =" SHA256" allowUntrustedRoot =" false" />
283+ </author >
284+ <repository name =" nuget.org" serviceIndex =" https://api.nuget.org/v3/index.json" >
285+ <certificate fingerprint =" 0E5F38F57DC1BCC806D8494F4F90FBCEDD988B46760709CBEEC6F4219AA6157D" hashAlgorithm =" SHA256" allowUntrustedRoot =" false" />
286+ <owners >microsoft;aspnet;nuget</owners >
287+ </repository >
287288</trustedSigners >
288289```
289290
@@ -426,6 +427,7 @@ Below is an example `nuget.config` file that illustrates a number of settings in
426427 <trustedSigners >
427428 <author name =" microsoft" >
428429 <certificate fingerprint =" 3F9001EA83C560D712C24CF213C3D312CB3BFF51EE89435D3430BD06B5D0EECE" hashAlgorithm =" SHA256" allowUntrustedRoot =" false" />
430+ <certificate fingerprint =" AA12DA22A49BCE7D5C1AE64CC1F3D892F150DA76140F210ABD2CBFFCA2C18A27" hashAlgorithm =" SHA256" allowUntrustedRoot =" false" />
429431 </author >
430432 <repository name =" nuget.org" serviceIndex =" https://api.nuget.org/v3/index.json" >
431433 <certificate fingerprint =" 0E5F38F57DC1BCC806D8494F4F90FBCEDD988B46760709CBEEC6F4219AA6157D" hashAlgorithm =" SHA256" allowUntrustedRoot =" false" />
You can’t perform that action at this time.
0 commit comments