Home | History | Annotate | Download | only in certctl

Lines Matching refs:cert

126 		for cert in "$srcdir"/*.pem; do
128 certbase=$(basename "$cert")
129 atf_check -s exit:0 -o inline:"$cert" \
133 hash=$(openssl x509 -hash -noout <$cert)
137 if cmp -s "certs/$hash.$counter" "$cert"; then
144 atf_fail "missing $cert"
208 check_empty "empty cert path"
216 check_empty "empty cert path"
455 local cert certbase target
462 for cert in "$(atf_get_srcdir)/certs2"/*.pem; do
463 certbase=$(basename "$cert")
464 atf_check -s exit:0 -o inline:"$cert" \