mirror of https://tildegit.org/ben/dotfiles
pipe dev null to certexpiry fn
parent
b0e39637aa
commit
5fb97e1d3a
|
@ -1,4 +1,3 @@
|
|||
function certexpiry
|
||||
openssl s_client -connect $argv[1] 2>/dev/null | openssl x509 -noout -dates
|
||||
openssl s_client -connect $argv[1] </dev/null 2>/dev/null | openssl x509 -noout -dates
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue