x509: send the key once for root, not one per service
[sourcephile-nix.git] / Makefile
index aae0b0760334b1260974b3260dd6016671263da7..dc759c26e71c78a7d82a6c1753b5797df5efc452 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,12 @@ config/dns/named.root:
        mkdir -p $(@D)
        curl >$@ -L https://www.internic.net/domain/named.root
 
+send-pass:
+       rsync -ai ../sec/pass julm@sourcephile.fr:work/sourcephile/sec/
+
+tunnel-rspamd:
+       ssh -nNTL 11334:localhost:11334 root@sourcephile.fr
+
 #
 ## init
 ###