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

Certificate path becomes configurable #25

Open
rapcmia opened this issue May 24, 2023 · 0 comments
Open

Certificate path becomes configurable #25

rapcmia opened this issue May 24, 2023 · 0 comments

Comments

@rapcmia
Copy link
Owner

rapcmia commented May 24, 2023

Feature Suggestion

The certs used to connect to the gateway are now fixed on the client side. Because they certs are fixed, multiple clients cannot connect to one gateway. The client now can only connect to the gateway that uses the certs it generates.

To change this, we need to make the path for the certs used by the client a configurable one.

  • Path become part of the client global conf.
  • Path is updated when using gateway generate-certs to that client's own certs.
  • Path can be updated using new command config certs.path

Impact

  • This will allow users to use and reuse certs.
  • This will allow multiple clients to connect to a single gateway.
  • Path will be updated automatically when running gateway generate-certs

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant