Introduction
Introduction Statistics Contact Development Disclaimer Help
tGeneralize domain name in check-letsencrypt-certificate target - andersdamsgaa…
git clone git://src.adamsgaard.dk/andersdamsgaard.com
Log
Files
Refs
Submodules
README
LICENSE
---
commit 607d64a22563160e55fbd6c7cb697a918f594d3c
parent 8398660c8908e424a7021278002cba485a20e7e3
Author: Anders Damsgaard <[email protected]>
Date: Mon, 24 Jun 2019 09:45:23 +0200
Generalize domain name in check-letsencrypt-certificate target
Diffstat:
M Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -33,7 +33,7 @@ renew-letsencrypt-certificate: generate-letsencrypt-certific…
.PHONY: check-letsencrypt-certificate
check-letsencrypt-certificate:
- echo | openssl s_client -showcerts -servername andersdamsgaard.com \
- -connect andersdamsgaard.com:443 2>/dev/null | \
+ echo | openssl s_client -showcerts -servername $(DOMAIN).com \
+ -connect $(DOMAIN).com:443 2>/dev/null | \
openssl x509 -inform pem -noout -text
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.