Windows nuget.exe NU3018 RevocationStatusUnknown #13362
Unanswered
mwpowellhtx
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overall, need to know the guidance for operating against self hosted Certificate Authority (CA), root and intermediate certs, for purposes of signing our packages.
Running against the latest
nuget.exe
at the time of this writing, trying to sign a NuGet package. Names and passwords and such obfuscated for purposes of this question, but I attempt the following. Key highlights, trying to certify against the exported PFX from my internal CA manager. Yes, the algo is SHA512, AFAIK.The package is being signed, apparently, excepting for the
NU3018
warning.We are using XCA, for instance, to run our CA internally. For my own edification, what specs should I relay to signing? And/or how should we best specify our certs, SHA, etc? We have control over many of the parameters contributing to a cert, the only question is how is NuGet opinionated over what those parameters should be.
Perhaps also clarifying the commentary warning:
Of course we want to do more than a test certificate. This is heading into production, distribution. Are we even able to self certify?
Similar in nature, I think, to the ubuntu-linux question presented along similar lines.
Beta Was this translation helpful? Give feedback.
All reactions