aboutsummaryrefslogtreecommitdiffstats
path: root/certs
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-02-25 15:40:35 +0100
committerKim Alvefur <zash@zash.se>2016-02-25 15:40:35 +0100
commita50400a3c22434805b4220379070b09930639063 (patch)
tree510af1472114eea8f6d102eddf1506f3b8b7dcfa /certs
parent85fba1e8697d6fb0508303d866181b8b277f05d6 (diff)
parent05db1004dc198727112080224c97cb586760ab1d (diff)
downloadprosody-a50400a3c22434805b4220379070b09930639063.tar.gz
prosody-a50400a3c22434805b4220379070b09930639063.zip
Merge 0.10->trunk
Diffstat (limited to 'certs')
-rw-r--r--certs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/certs/Makefile b/certs/Makefile
index 96361748..b3011a89 100644
--- a/certs/Makefile
+++ b/certs/Makefile
@@ -60,3 +60,7 @@ keysize=2048
%.key:
umask 0077 && openssl genrsa -out $@ $(keysize)
@chmod 400 $@ -c
+
+# Generate Diffie-Hellman parameters
+dh-%.pem:
+ openssl dhparam -out $@ $*