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

tls: add mutual tls support #195

Merged
merged 1 commit into from
Dec 2, 2024
Merged

tls: add mutual tls support #195

merged 1 commit into from
Dec 2, 2024

Conversation

andydunstall
Copy link
Owner

Fixes #191.

Adds support for mTLS:

  • The agent and forwarder can configure --connect.tls.cert and --connect.tls.key to present a client certificate to the server
  • The server can configure --{prefix}.tls.client-cas to require and verify client certificates

@andydunstall andydunstall merged commit 7379e58 into main Dec 2, 2024
3 checks passed
@andydunstall andydunstall deleted the mtls branch December 2, 2024 05:18
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.

Support mTLS on the Client Config for HTTPS
1 participant