mirror of https://github.com/akelge/zsh
changes 3
This commit is contained in:
parent
4f2a64d0f3
commit
907de2ec1b
|
@ -18,6 +18,6 @@ while getopts ":hr:" arg; do
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
[ $help -eq 0 ] && usage && return
|
[ $help -eq 1 ] && usage && return
|
||||||
[ $remote -eq 0 ] && openssl x509 -in $* -noout -text
|
[ $remote -eq 0 ] && openssl x509 -in $* -noout -text
|
||||||
[ $remote -eq 1 ] && openssl s_client -connect $host < /dev/null | openssl x509 -noout -text
|
[ $remote -eq 1 ] && openssl s_client -connect $host < /dev/null | openssl x509 -noout -text
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue