minio / warp

S3 benchmarking tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Could you please add CAfile or CApath flag ?

llchry opened this issue · comments

Currently warp supports TLS configuration. However, when TLS is enabled, no document describes how to configure the CA certificate. I checked the source code and found that only the default root certificate of the system is loaded. My method is to add my certificate to the /etc/ssl/certs/ca-bundle.trust.crt.
Could you please add the configuration to better specify the CA certificate ?
Or add some documents

Just use SSL_CERT_FILE supported via Go standard library.