dolthub / dolthub/dolt-workbench
Support client certificate authentication
Open
- Dominant language
- TypeScript
- Stars
- 246
- Forks
- 29
- Avg merge
- 9h 13m
- Merged PRs (30d)
- 9
Description
Dolt now supports [mutual TLS authentication](https://www.dolthub.com/blog/2025-11-20-client-cert-auth/). When in this mode, clients must provide a CA certificate (to verify the server's certificate) and a client cert and key (to prove the client's identity to the server).
We should update the Dolt Workbench so that it can accept a CA cert, and client cert/key so that it can authenticate to a Dolt server that is configured to require client certs.
Related to: https://github.com/dolthub/dolt/issues/10008
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.