Home | History | Annotate | Download | only in certctl

Lines Matching defs:rehash

45 	printf '       %s rehash\n' "$progname"
412 # rehash
416 rehash()
420 # If manual operation is enabled, refuse to rehash the
488 run openssl rehash -- "$certsdir"
525 printf 'Usage: %s rehash\n' "$progname"
534 rehash
580 # Remove the link from the distrusted directory, and rehash --
584 $vflag && echo '# rehash'
586 rehash
633 # rehash -- quietly, so verbose output emphasizes the distrust
637 $vflag && echo '# rehash'
639 rehash
672 rehash) cmd_rehash "$@"