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

Support custom keystore #547

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

pjuarezd
Copy link

@pjuarezd pjuarezd commented Aug 9, 2022

Problem

Complementary PR for the Issue Support for custom truststore at Connector level #546

Solution

Add the following connector settings:

ssl.truststore.location
ssl.truststore.password
ssl.truststore.type

Via this settings will be possible include additional certificates to the trustchain by storing them in a keystore file, so that private CA root certificates and Self-signed certificates are supported.

Does this solution apply anywhere else?
  • [ x] yes
  • no
If yes, where?

Test Strategy

Testing done:
  • [x ] Unit tests
  • Integration tests
  • System tests
  • [ x] Manual tests

Release Plan

Merge into master

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.

None yet

1 participant