Skip to content

Conversation

@tomerqodo
Copy link

Code Review Bench PR dotnet#64970

Original PR Title: Ensure SSL_CERT_DIR messages are always shown and check for existing value
Original PR Description: # Ensure SSL_CERT_DIR messages are always shown and check for existing value

Improved logging for SSL_CERT_DIR related messages on Unix

Description

Ensures EventLevel.LogAlways messages are shown for the dev-certs tool even when --verbose isn't specified to provide more visibility into setting the SSL_CERT_DIR environment variable on Linux. Checks to see if the environment variable is already set and, if so, provides specialized instructions on how to update. If the environment variable is already set and includes the dev cert trust path, we won't prompt. If it's set, but doesn't include the path, we instruct them to append instead of replace the value of the environment variable.

Original PR URL: dotnet#64970

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