librespeed / speedtest-cli

Command line client for LibreSpeed
GNU Lesser General Public License v3.0
485 stars 59 forks source link

add `--ca-cert` option #81

Closed dopstar closed 1 day ago

dopstar commented 9 months ago

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