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

Allow multiple CA and client certs #368

Closed
wants to merge 3 commits into from

Conversation

mehmettokgoz
Copy link
Contributor

@mehmettokgoz mehmettokgoz commented Sep 7, 2023

Instead of using the cert path directly, split it wrt , and loop all the cert paths. This is possible via Go client change hazelcast/hazelcast-go-client#974.

This change will only be used by MC-CLC and it doesn't change the regular behaviour of CLC.

Sample configuration for MC-CLC:

cluster:
  address: 127.0.0.1
  name: tls-enabled-cluster
ssl:
  ca-path: path/ca-server.pem,path/ca-client.pem
  cert-path: path/cert-client.pem,path/cert-ANY_OTHER_ALIAS.pem
  key-path: path/key-client.pem,path/key-ANY_OTHER_ALIAS.pem
  key-password: <PASSWORD>
  enabled: true

@mehmettokgoz mehmettokgoz requested a review from yuce September 7, 2023 10:37
@mehmettokgoz mehmettokgoz self-assigned this Sep 7, 2023
@netlify
Copy link

netlify bot commented Sep 7, 2023

Deploy Preview for eclectic-sawine-19fcf1 canceled.

Name Link
🔨 Latest commit 4b4ddf0
🔍 Latest deploy log https://app.netlify.com/sites/eclectic-sawine-19fcf1/deploys/64f9a7fdbdef570008fb44b5

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.

1 participant