12 lines
356 B
Makefile
12 lines
356 B
Makefile
all:
|
|
# go get -v check.lab.wit.org/gui
|
|
# go install -v check.lab.wit.org/gui
|
|
|
|
cert-check:
|
|
# openssl s_client -connect check.lab.wit.org:443 -showcerts
|
|
openssl s_client -CApath /etc/ssl/certs/ -connect check.lab.wit.org:443 -showcerts
|
|
|
|
|
|
cert-lets-check:
|
|
openssl s_client -CApath /etc/ssl/certs/ -connect valid-isrgrootx1.letsencrypt.org:443 -showcerts
|