Re: [dev] [stali] Root CA certificates

2016-10-23 Thread Michael Forney
On 10/23/16, Bruno Vetter wrote: >> I suggest just grabbing cert.pem from libressl. > > Thanks for the quick reply. Do you know if there is a designated default > path for certs in stali? It looks like the stali curl_config.h sets CURL_CA_BUNDLE to /etc/ssl/certs/ca-certificates.crt[0]. I suspect

Re: [dev] [stali] Root CA certificates

2016-10-23 Thread Bruno Vetter
> I suggest just grabbing cert.pem from libressl. Thanks for the quick reply. Do you know if there is a designated default path for certs in stali? >From what I see, stali's curl is not built with any certs default path or >default bundle file. I don't know if it falls back to some libressl set

Re: [dev] [stali] Root CA certificates

2016-10-23 Thread Michael Forney
On Sun, Oct 23, 2016 at 8:47 AM, Bruno Vetter wrote: > what is the recommended way to obtain a decent bundle of CA certificates for > stali? Like the ones I find in /etc/ssl/certs in my current distro. I suggest just grabbing cert.pem from libressl.