On Tue, 7 Aug 2018, Dillon Korman via curl-library wrote:

I do see: --with-ca-bundle=FILE: use the specified file as CA certificate store. CA certificates need to be concatenated in PEM format into this file.

But I believe that is for the configure script for nix systems (please correct me if that's wrong).

This adds a "#define CURL_CA_BUNDLE" to the full path to the ca bundle. In my case:

  #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"

... so you can do the same from the command line even.

--

 / daniel.haxx.se
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to