Lines Matching refs:bundle
1188 dnl Check if a default ca-bundle should be used
1192 dnl /etc/pki/tls/certs/ca-bundle.crt Redhat and Mandriva
1193 dnl /usr/share/ssl/certs/ca-bundle.crt old(er) Redhat
1200 AC_MSG_CHECKING([default CA cert bundle/path])
1202 AC_ARG_WITH(ca-bundle,
1203 AS_HELP_STRING([--with-ca-bundle=FILE],
1204 [Absolute path to a file containing CA certificates (example: /etc/ca-bundle.crt)])
1205 AS_HELP_STRING([--without-ca-bundle], [Don't use a default CA bundle]),
1209 AC_MSG_ERROR([--with-ca-bundle=FILE requires a path to the CA bundle])
1238 dnl --with-ca-bundle given
1246 dnl First try auto-detecting a CA bundle, then a CA path.
1255 dnl the path we previously would have installed the curl CA bundle
1259 cac="${prefix}/share/curl/curl-ca-bundle.crt"
1261 cac="$ac_default_prefix/share/curl/curl-ca-bundle.crt"
1265 /etc/pki/tls/certs/ca-bundle.crt \
1266 /usr/share/ssl/certs/ca-bundle.crt \
1312 AC_DEFINE_UNQUOTED(CURL_CA_BUNDLE, "$ca", [Location of default ca bundle])
1347 dnl Check if a ca-bundle should be embedded
1351 AC_MSG_CHECKING([CA cert bundle path to embed in the curl tool])
1355 …path to a file containing CA certificates to embed in the curl tool (example: /etc/ca-bundle.crt)])
1356 AS_HELP_STRING([--without-ca-embed], [Don't embed a default CA bundle in the curl tool]),
1360 AC_MSG_ERROR([--with-ca-embed=FILE requires a path to the CA bundle])