curl / Mailing Lists / curl-library / Single Mail

curl-library

Is it possible to pass SSL certficate BODY into cURL?

From: Mikhail Merkuryev via curl-library <curl-library_at_cool.haxx.se>
Date: Sun, 16 Sep 2018 05:12:13 +0300

We connect to an accounting program.

It creates PEM self-signed certificates (unique for each server).

Ta make a path for this certificate, cURL has CURLOPT_CAINFO option.

Because a) we need just open part of this cert; b) the cert is unique
for each server, we are forced to store it in the data file, not in
Program Files together with app.

Is it possible to pass this open part of cert directly into cURL,
without unpacking into temporary file?
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2018-09-16