Lines Matching refs:certctl
30 CERTCTL="certctl -C certs.conf -c certs -u untrusted"
43 netbsd-certctl 20230816
93 # Run various checks with certctl.
106 atf_check -s exit:0 $CERTCTL -n rehash
111 atf_check -s exit:0 $CERTCTL -n untrust "$diginotar"
114 $CERTCTL -n trust "$diginotar"
118 atf_check -s exit:0 $CERTCTL rehash
170 atf_check -s exit:0 $CERTCTL untrust "$diginotar"
179 atf_check -s exit:0 $CERTCTL trust "$diginotar"
190 atf_check -s exit:0 $CERTCTL untrust "$diginotar"
209 atf_check -s exit:0 $CERTCTL -n rehash
211 atf_check -s exit:0 $CERTCTL rehash
264 atf_check -s not-exit:0 -o ignore -e match:duplicate $CERTCTL list
265 atf_check -s not-exit:0 -o ignore -e match:duplicate $CERTCTL rehash
290 atf_check -s exit:0 -o not-match:bogus $CERTCTL list
291 atf_check -s exit:0 -o not-match:bogus $CERTCTL untrusted
296 atf_check -s exit:0 -e match:manual $CERTCTL rehash
297 atf_check -s exit:0 -e match:manual $CERTCTL untrust "$diginotar"
298 atf_check -s exit:0 -e match:manual $CERTCTL trust "$diginotar"
326 atf_check -s exit:0 $CERTCTL rehash
327 atf_check -s exit:0 certctl -C certs.conf \
341 atf_check -s exit:0 $CERTCTL rehash
342 atf_check -s exit:0 certctl -C certs.conf \
352 atf_check -s exit:0 $CERTCTL untrust "$diginotar"
353 atf_check -s exit:0 certctl -C certs.conf \
360 atf_check -s exit:0 $CERTCTL rehash
361 atf_check -s exit:0 certctl -C certs.conf \
393 atf_set "descr" "Test certctl with missing certs.conf"
400 $CERTCTL rehash
406 atf_set "descr" "Test certctl succeeds when certsdir is nonexistent"
418 atf_set "descr" "Test certctl fails when certsdir is a symlink"
427 atf_check -s not-exit:0 -e match:symlink $CERTCTL -n rehash
428 atf_check -s not-exit:0 -e match:symlink $CERTCTL rehash
435 atf_set "descr" "Test certctl fails when certsdir is a regular file"
443 atf_check -s not-exit:0 -e match:directory $CERTCTL -n rehash
444 atf_check -s not-exit:0 -e match:directory $CERTCTL rehash
451 atf_set "descr" "Test certctl fails when directory is prepopulated"
460 atf_check -s not-exit:0 -e match:manual $CERTCTL -n rehash
461 atf_check -s not-exit:0 -e match:manual $CERTCTL rehash