cURL / Mailing Lists / curl-library / Single Mail

curl-library

ca cert question

From: Guenter <lists_at_gknw.net>
Date: Wed, 20 May 2009 16:01:27 +0200

Hi,
question if I get things right here:
if I configure libcurl with
--with-ca-path=path
then curl looks into that directory, and uses any *.crt files it finds
there, including ca-bundle.crt ?
and if I use
--with-ca-bundle=/path/ca-bundle.crt
then only ca-bundle.crt is used, regardless of other *.crt files in same
directory ?
And its valid to use both options, f.e.
--with-ca-bundle=/usr/local/share/curl/ca-bundle.crt
to specify the ca-bundle.crt
and then
--with-ca-path=/etc/ca-certs
to look there fore additional ca-certs ?

Gün.
Received on 2009-05-20