Enhanced docs
This commit is contained in:
parent
b4abcd1abf
commit
b29178372b
@ -1,12 +1,14 @@
|
|||||||
# certexp
|
# certexp
|
||||||
|
|
||||||
report certificate expiry for a collection of servers, which yields equivalent
|
A tool that reports certificate expiry for a collection of servers. It yields
|
||||||
information to:
|
equivalent information to:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ echo | openssl s_client -connect $hostname:$port 2> /dev/null | openssl x509 -noout -dates | grep notAfter
|
$ echo | openssl s_client -connect $hostname:$port 2> /dev/null | openssl x509 -noout -dates | grep notAfter
|
||||||
```
|
```
|
||||||
|
|
||||||
|
but fetches the information for a colleciton of hosts and does it concurrently.
|
||||||
|
|
||||||
## example usage
|
## example usage
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user