• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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