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

/freebsd-current/usr.sbin/certctl/
H A Dcertctl.sh111 local hash certhash otherfile otherhash
116 certhash=$(openssl x509 -sha1 -in "$1" -noout -fingerprint)
119 if [ "$certhash" = "$otherhash" ] ; then
126 if [ "$certhash" = "$otherhash" ] ; then
268 local UTFILE untrustedhash certhash hash
274 certhash=$(openssl x509 -sha1 -in "$UTFILE" -noout -fingerprint)
277 if [ "$certhash" = "$untrustedhash" ] ; then

Completed in 60 milliseconds