mirror of https://tildegit.org/ben/dotfiles
add certexpiry command
parent
c90e9ea7b1
commit
331a8d5ed2
|
@ -0,0 +1,4 @@
|
|||
function certexpiry
|
||||
openssl s_client -connect $argv[1] 2>/dev/null | openssl x509 -noout -dates
|
||||
end
|
||||
|
Loading…
Reference in New Issue