mirror of
https://tildegit.org/ben/dotfiles.git
synced 2025-03-26 07:50:41 +00:00
add certexpiry command
This commit is contained in:
parent
c90e9ea7b1
commit
331a8d5ed2
4
fish/.config/fish/functions/certexpiry.fish
Normal file
4
fish/.config/fish/functions/certexpiry.fish
Normal file
@ -0,0 +1,4 @@
|
||||
function certexpiry
|
||||
openssl s_client -connect $argv[1] 2>/dev/null | openssl x509 -noout -dates
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user