We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134229b commit 418118cCopy full SHA for 418118c
docs/reference/cli-reference/cli-ref-sign.md
@@ -33,6 +33,8 @@ where `<package(s)>` is one or more `.nupkg` files.
33
34
Starting with NuGet.exe 6.12, this option can be used to specify the SHA-1, SHA-256, SHA-384, or SHA-512 fingerprint of the certificate.
35
However, a `NU3043` warning is raised when a SHA-1 certificate fingerprint is used because it is no longer considered secure.
36
+ In NuGet.exe 7.0 and later versions, the warning is elevated to an error.
37
+ Only SHA-2 family fingerprints (SHA-256, SHA-384, and SHA-512) are supported.
38
39
All the previous versions of the NuGet.exe continue to accept only SHA-1 certificate fingerprint.
40
0 commit comments