Searched refs:UTFILE (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/certctl/
H A Dcertctl.sh256 local UTFILE
260 for UTFILE in "$@"; do
261 info "Adding $UTFILE to untrusted list"
262 create_untrusted "$UTFILE"
268 local UTFILE untrustedhash certhash hash
271 for UTFILE in "$@"; do
272 if [ -s "$UTFILE" ] ; then
273 hash=$(do_hash "$UTFILE")
274 certhash=$(openssl x509 -sha1 -in "$UTFILE" -noout -fingerprint)
282 elif [ -e "$UNTRUSTDESTDIR/$UTFILE" ] ; the
[all...]

Completed in 68 milliseconds