summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 157fd34..6315ace 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,11 @@ crtsh.pem: crtsh-getcerts config-domains.txt NET-crtsh
crtsh.html: %.html: %.pem crtsh-pem2html
./crtsh-pem2html < $< > $@
-tls.pem: tls-getcerts config-servers.txt NET-tls
- ./tls-getcerts $$(cat config-servers.txt) > $@
+tls.pem: tls-getcerts config-sockets.txt NET-tls
+ ./tls-getcerts $$(cat config-sockets.txt) > $@
+
+tls.html: %.html: %.pem tls-pem2html
+ ./tls-pem2html < $< > $@
diff.txt: diff tls.pem crtsh.pem
./diff tls.pem crtsh.pem > $@