diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 > $@ |