mirror of https://github.com/akelge/zsh
changes 4
This commit is contained in:
parent
907de2ec1b
commit
bb26b1374d
|
@ -18,6 +18,6 @@ while getopts ":hr:" arg; do
|
|||
;;
|
||||
esac
|
||||
done
|
||||
[ $help -eq 1 ] && usage && return
|
||||
[ $help -eq 1 ] && usage && return 0
|
||||
[ $remote -eq 0 ] && openssl x509 -in $* -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