-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
We've had a request in TOOLS-2362 to add a --tlsCertificateSelector option.
This seems like the kind of feature that it would make sense to implement in the driver, not tools. But it looks to me like this isn't built into the Go TLS stack so might take considerable effort. crypto/x509 has SystemCertPool(), but it's broken on Windows (https://github.com/golang/go/issues/18609) and it might only get CA certs anyway, I'm not sure of the details.
Do you think this is practical to implement?
- related to
-
TOOLS-2362 Add certificate selector command-line/config options
- Accepted