mirror of
https://tildegit.org/ben/dotfiles.git
synced 2025-03-31 10:13:21 +00:00
pipe dev null to certexpiry fn
This commit is contained in:
parent
b0e39637aa
commit
5fb97e1d3a
@ -1,4 +1,3 @@
|
|||||||
function certexpiry
|
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
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user