Show custom certs (not a link) and expiration in /etc/ssl/certs
.
This commit is contained in:
parent
605d86bea6
commit
8ae65e1f34
1 changed files with 6 additions and 0 deletions
|
@ -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).
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue