Show custom certs (not a link) and expiration in /etc/ssl/certs.

This commit is contained in:
benoit 2018-02-15 13:17:21 +00:00
parent 605d86bea6
commit 8ae65e1f34

View file

@ -1,3 +1,9 @@
Show custom certs (not a link) and expiration in `/etc/ssl/certs`.
```
find /etc/ssl/certs/ -type f -print -exec openssl x509 -text -in {} \; | grep --color=auto -e etc -e CN= -e After;
```
Edit Bind DNS serial (needs modifications, not generic).
```