Skip to content
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

Fix keys and certs used in gRPC TLS/SSL tests #1597

Merged
merged 2 commits into from
Mar 30, 2020
Merged

Fix keys and certs used in gRPC TLS/SSL tests #1597

merged 2 commits into from
Mar 30, 2020

Conversation

thegridman
Copy link
Collaborator

This pull request is to fix the expired keys and certs used in the gRPC TLS/SSL tests. The original plan was to generate the keys and certs as part of running the tests but this proved to be too much trouble. In particular it would either have involved adding more third-party dependencies or require openssl (which not everyone has installed). In the end I just generated new keys and certs with a suitably huge validation time. I've included the script with the openssl commands used to generate they keys.

Copy link
Member

@tomas-langer tomas-langer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tomas-langer tomas-langer merged commit 3d01d2d into helidon-io:master Mar 30, 2020
@thegridman thegridman deleted the fix-keys branch April 2, 2020 14:17
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.

2 participants