Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/curl/docs/cmdline-opts/capath.d @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 Long: capath | |
| 2 Arg: <dir> | |
| 3 Help: CA directory to verify peer against | |
| 4 Protocols: TLS | |
| 5 --- | |
| 6 Tells curl to use the specified certificate directory to verify the | |
| 7 peer. Multiple paths can be provided by separating them with ":" (e.g. | |
| 8 \&"path1:path2:path3"). The certificates must be in PEM format, and if curl is | |
| 9 built against OpenSSL, the directory must have been processed using the | |
| 10 c_rehash utility supplied with OpenSSL. Using --capath can allow | |
| 11 OpenSSL-powered curl to make SSL-connections much more efficiently than using | |
| 12 --cacert if the --cacert file contains many CA certificates. | |
| 13 | |
| 14 If this option is set, the default capath value will be ignored, and if it is | |
| 15 used several times, the last one will be used. |
