Want SubAltNAme too

This commit is contained in:
benoit 2018-02-15 13:27:29 +00:00
parent 8ae65e1f34
commit 4bcd7b1b71

View file

@ -1,7 +1,7 @@
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;
find /etc/ssl/certs/ -type f -print -exec openssl x509 -text -in {} \; | grep --color=auto -e etc -e CN= -e DNS: -e After;
```
Edit Bind DNS serial (needs modifications, not generic).