speedtest-cli icon indicating copy to clipboard operation
speedtest-cli copied to clipboard

add `--ca-cert` option

Open dopstar opened this issue 1 year ago • 0 comments

Adds the --ca-cert option to specify the file name of the CA certificate PEM bundle to use for verifying certificates.

The default behavior (ie without this option) is to use the system certificate trust store which is /etc/ssl/certs on Linux systems. This option overrides that by specifying a specific PEM bundle file.

Fixes https://github.com/librespeed/speedtest-cli/issues/80

dopstar avatar Nov 27 '23 20:11 dopstar