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

geyser: Add option to allow the injection of a root authority #497

Merged
merged 3 commits into from
Dec 16, 2024

Conversation

c410-f3r
Copy link
Contributor

The configuration file of the geyser plugin allows the addition of certificates but it is not currently possible to add a root authority in the Rust client.

"tls_config": {
"cert_path": "",
"key_path": ""
},

For example, with the newly introduced parameter it is now possible to interact with self-made CAs.

@fanatid
Copy link
Collaborator

fanatid commented Dec 16, 2024

Thank you! Can you also please add a note to CHANGELOG.md?

@c410-f3r c410-f3r changed the title Add option to allow the injection of a root authority geyser: Add option to allow the injection of a root authority Dec 16, 2024
@c410-f3r
Copy link
Contributor Author

Ooopss... Done!

@fanatid fanatid merged commit aa8623c into rpcpool:master Dec 16, 2024
2 checks passed
fanatid added a commit that referenced this pull request Dec 16, 2024
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