Want SubAltNAme too
This commit is contained in:
parent
8ae65e1f34
commit
4bcd7b1b71
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue