summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 43520a6..d175cc3 100644
--- a/Makefile
+++ b/Makefile
@@ -6,10 +6,10 @@ all: index.html style.css jarmon-style/jquerytools.tabs.tabs-no-images.css jarmo
index.html: tls.html.part crtsh.html.part diff.html.part jarmon.html.part
crtsh.pem: crtsh-getcerts config-domains.txt NET-crtsh
- ./crtsh-getcerts $$(cat config-domains.txt) > $@
+ ./crtsh-getcerts $$(sed 's/#.*//' config-domains.txt) > $@
tls.pem: tls-getcerts config-sockets.txt NET-tls
- ./tls-getcerts $$(cat config-sockets.txt) > $@
+ ./tls-getcerts $$(sed 's/#.*//' config-sockets.txt) > $@
diff.pem: diff tls.pem crtsh.pem
./diff tls.pem crtsh.pem > $@