aboutsummaryrefslogtreecommitdiffstats
path: root/certs
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-11-03 23:55:46 +0100
committerKim Alvefur <zash@zash.se>2016-11-03 23:55:46 +0100
commita6a85dc46679f0b252e1937233e1e8828f0addbc (patch)
treef47d17c24401b155816ceebfd33c898cb54b749b /certs
parent1a12e55904adf8bbb5ca0663d5720f3862de3413 (diff)
parentf8b911269b90918b014319cbdda32eedc687d941 (diff)
downloadprosody-a6a85dc46679f0b252e1937233e1e8828f0addbc.tar.gz
prosody-a6a85dc46679f0b252e1937233e1e8828f0addbc.zip
Merge 0.9->0.10
Diffstat (limited to 'certs')
-rw-r--r--certs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/certs/Makefile b/certs/Makefile
index b3011a89..6a8b140f 100644
--- a/certs/Makefile
+++ b/certs/Makefile
@@ -59,7 +59,7 @@ keysize=2048
%.key:
umask 0077 && openssl genrsa -out $@ $(keysize)
- @chmod 400 $@ -c
+ @chmod 400 $@
# Generate Diffie-Hellman parameters
dh-%.pem: