This website requires JavaScript.
Explore
Help
Sign In
andre
/
zsh
mirror of
https://github.com/akelge/zsh
Watch
1
Star
0
Fork
You've already forked zsh
0
Code
Issues
Releases
Wiki
Activity
e016bb8381
zsh
/
zsh.d
/
zshfunctions
/
x509
6 lines
100 B
Plaintext
Raw
Blame
History
if [ -r "$1" ]; then
openssl x509 -in $1 -noout -text | less
else
echo "x509 <certfile>"
fi
Reference in New Issue
View Git Blame
Copy Permalink