• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Where can I update CURL Ca Bundle?

R

RobSeo

Guest
I've searched high and low where Curl looks for the CA-Bundle.crt file with a default installation of Plesk. Could anyone please tell me what folder and filename Curl looks to for the CA Cert Bundle? Or how I may update CURL to look for a specific certificate?

Windows 2k8 R2
Plesk 10.2

Thank you,
Robert S.
 
http://curl.haxx.se/docs/sslcerts.html

If you're using the curl command line tool on Windows, curl will search for a CA cert file named "curl-ca-bundle.crt" in these directories and in this order:

1. application's directory
2. current working directory
3. Windows System directory (e.g. C:\windows\system32)
4. Windows Directory (e.g. C:\windows)
5. all directories along %PATH%
 
Back
Top