Skip to content

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

kartheekp-ms
Copy link
Contributor

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.

Added OpenSSL instructions for computing SHA-2 hashes.
@Copilot Copilot AI review requested due to automatic review settings August 12, 2025 17:19
@kartheekp-ms kartheekp-ms requested review from a team as code owners August 12, 2025 17:19
Copilot

This comment was marked as outdated.

Correct formatting in OpenSSL instructions for certificates.
Copy link

Learn Build status updates of commit 096e59f:

⚠️ Validation status: warnings

File Status Preview URL Details
docs/reference/errors-and-warnings/NU3043.md ⚠️Warning 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.

Copy link

Learn Build status updates of commit d3f5121:

✅ Validation status: passed

File Status Preview URL Details
docs/reference/errors-and-warnings/NU3043.md ✅Succeeded View

For more details, please refer to the build report.

Copy link

Learn Build status updates of commit 919776f:

✅ Validation status: passed

File Status Preview URL Details
docs/reference/errors-and-warnings/NU3043.md ✅Succeeded View

For more details, please refer to the build report.

@kartheekp-ms kartheekp-ms requested a review from Copilot August 12, 2025 17:24
Copy link
Contributor

@Copilot Copilot AI left a 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.

kartheekp-ms and others added 2 commits August 12, 2025 10:26
Add tip for SHA-384 and SHA-512 checksum commands
Copy link

Learn Build status updates of commit e96bd19:

✅ Validation status: passed

File Status Preview URL Details
docs/reference/errors-and-warnings/NU3043.md ✅Succeeded View

For more details, please refer to the build report.

Copy link

Learn Build status updates of commit fd76dd0:

✅ Validation status: passed

File Status Preview URL Details
docs/reference/errors-and-warnings/NU3043.md ✅Succeeded View

For more details, please refer to the build report.

kartheekp-ms and others added 2 commits August 12, 2025 10:30
Co-authored-by: Nikolche Kolev <[email protected]>
Updated command examples for certificate processing.
Copy link

Learn Build status updates of commit e31af48:

✅ Validation status: passed

File Status Preview URL Details
docs/reference/errors-and-warnings/NU3043.md ✅Succeeded View

For more details, please refer to the build report.

nkolev92
nkolev92 previously approved these changes Aug 12, 2025
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.
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link

Learn Build status updates of commit 541f793:

✅ Validation status: passed

File Status Preview URL Details
docs/reference/errors-and-warnings/NU3043.md ✅Succeeded View

For more details, please refer to the build report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants