Searched refs:certsdir (Results 1 – 4 of 4) sorted by relevance
31 local certsdir33 certsdir=/etc/openssl/certs38 if [ -h "$certsdir" ] ||39 { [ -e "$certsdir" ] && ! [ -d "$certsdir" ] ; } ||40 ( [ -d "$certsdir" ] &&41 find -f "$certsdir" -- -maxdepth 0 -type d -empty -exit 1 )
52 certsdir=/etc/openssl/certs68 c) certsdir=$OPTARG;;430 if [ -f "$certsdir/.certctl" ]; then433 run rm -rf -- "$certsdir"434 elif [ -h "$certsdir" ]; then441 elif [ ! -e "$certsdir" ]; then444 elif [ ! -d "$certsdir" ]; then447 elif ! find -f "$certsdir" -- -maxdepth 0 -type d -empty -exit 1; then450 run rmdir -- "$certsdir"455 run mkdir -- "$certsdir"[all …]
1751 local certsdir certsconf defaultconf manualmsg1755 certsdir="${DEST_DIR}/etc/openssl/certs"1776 if [ -h "$certsdir" ] ||1777 [ -e "$certsdir" -a ! -d "$certsdir" ] ||1778 ([ -d "$certsdir" ] &&1779 find -f "$certsdir" -- \
46 static char *certsdir = NULL; variable6300 rootfile = test_mk_file_path(certsdir, "rootcert.pem"); in cert_cb()6301 ecdsacert = test_mk_file_path(certsdir, "server-ecdsa-cert.pem"); in cert_cb()6302 ecdsakey = test_mk_file_path(certsdir, "server-ecdsa-key.pem"); in cert_cb()7293 if (!TEST_ptr(certsdir = test_get_argument(0)) in setup_tests()7314 cert = test_mk_file_path(certsdir, "servercert.pem"); in setup_tests()7318 privkey = test_mk_file_path(certsdir, "serverkey.pem"); in setup_tests()