| title | NuGet Warning NU3017 | |
|---|---|---|
| description | NU3017 Warning code | |
| author | mishra14 | |
| ms.author | jodou | |
| ms.date | 8/16/2018 | |
| ms.topic | reference | |
| ms.reviewer | anangaur | |
| f1_keywords |
|
Package 'SamplePackage v1.0.0' from source 'https://contoso.com/index.json': The signing certificate is not yet valid.
The certificate used to sign the package has a validity in the future, but is not valid currently.
Please ensure that the signing certificate is currently valid.
Package 'SamplePackage v1.0.0' from source 'https://contoso.com/index.json': The primary signature's certificate is not yet valid.
The certificate used to sign the package has a validity in the future, but is not valid currently.
Please request the package author to re-sign the package using the nuget sign command as described in NuGet docs with a signing certificate which is currently valid.
Note
When NuGet’s signature validation mode is set to accept (default), NU3017 is raised as a warning.
When NuGet’s signature validation mode is set to require, or when running the nuget verify -signatures command, NU3017 is elevated from a warning to an error.