chore(net.redis): update certificates#45
Merged
codedesignplus merged 1 commit intodevfrom Nov 7, 2024
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes updates to the
package.jsonfile and several certificate files used in theCodeDesignPlus.Net.xUnitproject. The changes improve the configuration and update the certificates for enhanced security and functionality.Configuration Updates:
package.json: Modified theall:restorescript to include the--parallel 1flag for improved parallel execution.Certificate Updates:
ca.crt: Updated the certificate details to reflect new validity dates and issuer information. [1] [2]client.crt: Updated the client certificate details, including new validity dates and issuer information.client.key: Updated the client private key to match the new client certificate.redis.crt: Updated the Redis certificate details, including new validity dates and issuer information.redis.key: Updated the Redis private key to match the new Redis certificate.server.crt: Updated the server certificate details, including new validity dates and issuer information.redis.dh: Updated the Diffie-Hellman parameters for improved security.Test Updates:
RedisServiceTest.cs: Fixed a minor syntax issue in theCertificateValidation_WithNoErrors_ReturnsTruemethod by replacing curly braces with square brackets.CodeDesignPlus.Net.xUnit.csproj: Added new folders for organizing Redis container scripts and tests.