This website requires JavaScript.
Explore
Help
Sign In
benharri
/
dotfiles
mirror of
https://tildegit.org/ben/dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Projects
Releases
Wiki
Activity
bfd96e2285
dotfiles
/
bin
/
bin
/
certexpiry
5 lines
104 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
exec
openssl s_client -connect
"
$1
"
</dev/null 2>/dev/null
\
|
openssl x509 -noout -dates
Reference in New Issue
View Git Blame
Copy Permalink