From 806e3d65c3fbb5658316801c50eb75e7ae97f7f0 Mon Sep 17 00:00:00 2001 From: pepe Date: Wed, 28 Jun 2023 08:07:11 +0000 Subject: [PATCH] :( --- make-ca | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make-ca b/make-ca index a7663be..2aaf063 100644 --- a/make-ca +++ b/make-ca @@ -673,9 +673,9 @@ if test "${GET}" == "1"; then echo -n "Checking for new version of certdata.txt..." HOST=$(echo "${URL}" | /usr/bin/cut -d / -f 3) _url=$(echo "${URL}" | sed 's@raw-file@log@') - SARGS="-ign_eof -connect ${HOST}:443 -verifyCAfile ${MOZILLA_CA_ROOT}" + SARGS="-ign_eof -connect ${HOST}:443 -CAfile ${MOZILLA_CA_ROOT}" if test -d /etc/ssl/certs; then - SARGS="${SARGS} -verifyCApath ${CERTDIR}" + SARGS="${SARGS} -CApath ${CERTDIR}" fi SARGS="${SARGS} -verify_return_error" if test "${PROXY}x" != "x"; then