Verify web certificate dates.
This commit is contained in:
parent
31c10caf80
commit
17d8545e0a
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -3,6 +3,8 @@ all:
|
|||
DOMAIN ?= karchnu.fr
|
||||
get-certificate-info:
|
||||
openssl s_client -connect $(DOMAIN):443
|
||||
verify-web-certificate-dates:
|
||||
echo | openssl s_client -connect $(DOMAIN):443 2>/dev/null | openssl x509 -noout -dates
|
||||
|
||||
show-connected-ipv4:
|
||||
@# Don't forget the double $$ since we are in a Makefile.
|
||||
|
|
Loading…
Add table
Reference in a new issue