-
Notifications
You must be signed in to change notification settings - Fork 496
Update NU3043.md with OpenSSL instructions #3457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Added OpenSSL instructions for computing SHA-2 hashes.
Correct formatting in OpenSSL instructions for certificates.
Learn Build status updates of commit 096e59f:
|
File | Status | Preview URL | Details |
---|---|---|---|
docs/reference/errors-and-warnings/NU3043.md | View | Details |
docs/reference/errors-and-warnings/NU3043.md
- Line 54, Column 1: [Warning: code-block-unclosed - See documentation]
Unclosed code block. Code blocks must begin and end with triple backticks (```).
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
Learn Build status updates of commit d3f5121: ✅ Validation status: passed
For more details, please refer to the build report. |
Co-authored-by: Copilot <[email protected]>
Learn Build status updates of commit 919776f: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds OpenSSL instructions for computing SHA-2 hashes of certificates to the NU3043 error documentation, providing cross-platform alternatives to the existing PowerShell script.
- Added OpenSSL command examples for Linux/macOS users
- Reorganized existing content with section headers for better clarity
- Provided instructions for both PEM/CRT and DER certificate formats
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
Co-authored-by: Copilot <[email protected]>
Add tip for SHA-384 and SHA-512 checksum commands
Learn Build status updates of commit e96bd19: ✅ Validation status: passed
For more details, please refer to the build report. |
Learn Build status updates of commit fd76dd0: ✅ Validation status: passed
For more details, please refer to the build report. |
Co-authored-by: Nikolche Kolev <[email protected]>
Updated command examples for certificate processing.
Learn Build status updates of commit e31af48: ✅ Validation status: passed
For more details, please refer to the build report. |
Customers can use the following PowerShell script to compute SHA-2 family hashes for certificates. | ||
You can use the following scripts to compute SHA-2 family hashes for certificates. | ||
|
||
### PowerShell | ||
To use the script, customers need to save the certificate to a local folder. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like that you removed "customers" above, so should that be done here, too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed your feedback in the latest commit.
Learn Build status updates of commit 541f793: ✅ Validation status: passed
For more details, please refer to the build report. |
Added OpenSSL instructions for computing SHA-2 hashes.
Fixes: https://github.com/NuGet/Client.Engineering/issues/3344
I have tested the script in WSL and the commands work as expected.