mirror of
https://tildegit.org/ben/dotfiles.git
synced 2025-03-31 10:13:21 +00:00
4 lines
115 B
Fish
4 lines
115 B
Fish
function certexpiry
|
|
openssl s_client -connect $argv[1] </dev/null 2>/dev/null | openssl x509 -noout -dates
|
|
end
|