summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fba7d2c..dd2eb2a 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ public/crtsh.pem: bin/crtsh-getcerts cfg/domains.txt $(foreach d,$(shell sed 's/
public/tls.pem: bin/tls-getcerts cfg/sockets.txt NET-tls
@mkdir -p '$(@D)'
- bin/tls-getcerts $$(sed 's/#.*//' cfg/sockets.txt) > $@
+ bin/tls-getcerts $$(sed -E -e 's/#.*//' -e 's,tcp(://\S+),tcp4\1 tcp6\1,g' cfg/sockets.txt) > $@
public/diff.pem: bin/pem-diff public/tls.pem public/crtsh.pem
$^ > $@