Closed Darkness4 closed 2 months ago
Closes https://github.com/authzed/zed/issues/244.
Hello,
Right now, it is impossible to override CA certificate bundle path in "headless mode". Users have to context set if they want to use a custom CA certificate bundle.
context set
This PR fixes this issue by following the same pattern as overrideEndpoint.
overrideEndpoint
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅
I have read the CLA Document and I hereby sign the CLA
recheck
Closing as this is now fixed via https://github.com/authzed/zed/pull/417
Closes https://github.com/authzed/zed/issues/244.
Hello,
Right now, it is impossible to override CA certificate bundle path in "headless mode". Users have to
context set
if they want to use a custom CA certificate bundle.This PR fixes this issue by following the same pattern as
overrideEndpoint
.