mirror of
https://github.com/akelge/zsh
synced 2025-07-03 13:09:07 +00:00
Fix x509 function and autoload it
This commit is contained in:
@ -1 +1,5 @@
|
||||
openssl x509 -in $1 -noout -text | less
|
||||
if [ -r "$1" ]; then
|
||||
openssl x509 -in $1 -noout -text | less
|
||||
else
|
||||
echo "x509 <certfile>"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user