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

/freebsd-current/usr.sbin/certctl/
H A Dcertctl.sh111 local hash certhash otherfile otherhash
118 otherhash=$(openssl x509 -sha1 -in "$otherfile" -noout -fingerprint)
119 if [ "$certhash" = "$otherhash" ] ; then
125 otherhash=$(openssl x509 -sha1 -in "$otherfile" -noout -fingerprint)
126 if [ "$certhash" = "$otherhash" ] ; then

Completed in 114 milliseconds