mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-05-01 04:06:45 -04:00
The newer freshclam uses libcurl for downloads and downloads the updates via https. There are systems which don't have a "default CA store" but instead the administrator maintains a CA-bundle of certs they trust. This patch allows the users to specify their own CA cert path by setting the environment variable CURL_CA_BUNDLE to the path of their choice. Patch courtesy of Sebastian A. Siewior