Home
last modified time | relevance | path

Searched refs:certsdir (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/etc/rc.d/
H A Dcertctl_init31 local certsdir
33 certsdir=/etc/openssl/certs
38 if [ -h "$certsdir" ] ||
39 { [ -e "$certsdir" ] && ! [ -d "$certsdir" ] ; } ||
40 ( [ -d "$certsdir" ] &&
41 find -f "$certsdir" -- -maxdepth 0 -type d -empty -exit 1 )
/netbsd-src/usr.sbin/certctl/
H A Dcertctl.sh52 certsdir=/etc/openssl/certs
68 c) certsdir=$OPTARG;;
430 if [ -f "$certsdir/.certctl" ]; then
433 run rm -rf -- "$certsdir"
434 elif [ -h "$certsdir" ]; then
441 elif [ ! -e "$certsdir" ]; then
444 elif [ ! -d "$certsdir" ]; then
447 elif ! find -f "$certsdir" -- -maxdepth 0 -type d -empty -exit 1; then
450 run rmdir -- "$certsdir"
455 run mkdir -- "$certsdir"
[all …]
/netbsd-src/usr.sbin/postinstall/
H A Dpostinstall.in1751 local certsdir certsconf defaultconf manualmsg
1755 certsdir="${DEST_DIR}/etc/openssl/certs"
1776 if [ -h "$certsdir" ] ||
1777 [ -e "$certsdir" -a ! -d "$certsdir" ] ||
1778 ([ -d "$certsdir" ] &&
1779 find -f "$certsdir" -- \
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c46 static char *certsdir = NULL; variable
6300 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()