Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CURL_CA_BUNDLE environment variable missing from freshclam, clamsubmit documentation #175

Closed
micahsnyder opened this issue Jun 23, 2021 · 1 comment · Fixed by #254
Closed

Comments

@micahsnyder
Copy link
Contributor

Describe the bug

Missing documentation for CURL_CA_BUNDLE option to customize the CA bundle path.

How to reproduce the problem

Grep the clamav source for "CURL_CA_BUNDLE". It only appears in the code and in the NEWS.md file.

image

Documentation for how (and why) to use the CURL_CA_BUNDLE environment variable should be added to the freshclam and clamsubmit man pages. It would probably be good to reference it in the application --help output as well. And it should be added to the freshclam FAQ in case users run into certificate problems. See https://lists.clamav.net/pipermail/clamav-users/2021-June/011382.html

@micahsnyder
Copy link
Contributor Author

For reference, this feature was added here:
5485787

See: https://bugzilla.clamav.net/show_bug.cgi?id=12504

micahsnyder added a commit to micahsnyder/clamav-micah that referenced this issue Aug 17, 2021
The CURL_CA_BUNDLE environment variable used by freshclam & clamsubmit to
specify a custom path to a CA bundle is undocumented.

Feature was added here: https://bugzilla.clamav.net/show_bug.cgi?id=12504

Resolves: Cisco-Talos#175

Also document:
- clamd/clamscan: using LD_LIBRARY_PATH to find libclamunrar_iface.so/dylib
- sigtool: using SIGNDUSER, SIGNDPASS for auth creds when building CVD

This info also needs to be added to the online documentation.
micahsnyder added a commit that referenced this issue Aug 17, 2021
The CURL_CA_BUNDLE environment variable used by freshclam & clamsubmit to
specify a custom path to a CA bundle is undocumented.

Feature was added here: https://bugzilla.clamav.net/show_bug.cgi?id=12504

Resolves: #175

Also document:
- clamd/clamscan: using LD_LIBRARY_PATH to find libclamunrar_iface.so/dylib
- sigtool: using SIGNDUSER, SIGNDPASS for auth creds when building CVD

This info also needs to be added to the online documentation.
micahsnyder added a commit that referenced this issue Aug 17, 2021
The CURL_CA_BUNDLE environment variable used by freshclam & clamsubmit to
specify a custom path to a CA bundle is undocumented.

Feature was added here: https://bugzilla.clamav.net/show_bug.cgi?id=12504

Resolves: #175

Also document:
- clamd/clamscan: using LD_LIBRARY_PATH to find libclamunrar_iface.so/dylib
- sigtool: using SIGNDUSER, SIGNDPASS for auth creds when building CVD

This info also needs to be added to the online documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant