kursatkobya / libfrizz

libfrizz is a computer software project providing a lightweight library and command-line tool for transferring data
GNU General Public License v3.0
0 stars 1 forks source link

--cacert <file> #27

Open ozkanpakdil opened 3 years ago

ozkanpakdil commented 3 years ago

(TLS) Tells frizz to use the specified certificate file to verify the peer. The file may contain multiple CA certificates. The certificate(s) must be in PEM format. Normally frizz is built to use a default file for this, so this option is typically used to alter that default file.

frizz recognizes the environment variable named 'FRIZZ_CA_BUNDLE' if it is set, and uses the given path as a path to a CA cert bundle. This option overrides that variable.

The windows version of frizz will automatically look for a CA certs file named 'frizz-ca-bundle.crt', either in the same direc- tory as frizz.exe, or in the Current Working Directory, or in any folder along your PATH.