| title | NuGet Warning NU3024 | |
|---|---|---|
| description | NU3024 Warning code | |
| author | heng-liu | |
| ms.author | henli | |
| ms.date | 3/18/2019 | |
| ms.topic | reference | |
| ms.reviewer | dtivel | |
| f1_keywords |
|
Package 'SamplePackage v1.0.0' from source 'https://contoso.com/index.json': The timestamp signature has an unsupported digest algorithm. The following algorithms are supported: : SHA-2-256, SHA-2-384, SHA-2-512.
The timestamp's signature has an unsupported digest algorithm.
Ensure that the timestamp authority's signature has one of the following digest algorithms -
SHA-2-256SHA-2-384SHA-2-512
Package 'SamplePackage v1.0.0' from source 'https://contoso.com/index.json': The primary signature's timestamp signature has an unsupported digest algorithm.
The timestamp's signature has an unsupported digest algorithm.
Request the package author to re-sign the package using the nuget sign command as described in NuGet docs using the -Timestamper option such that the timestamp authority signing certificate has one of the following digest algorithms -
SHA-2-256SHA-2-384SHA-2-512
Note
When running the nuget verify -signatures command, NU3024 is raised as an error. Otherwise, NU3024 is raised as a warning.