aboutsummaryrefslogtreecommitdiffstats
path: root/certs
diff options
context:
space:
mode:
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 54835883..c5e4294c 100644
--- a/certs/Makefile
+++ b/certs/Makefile
@@ -27,4 +27,4 @@ keysize=2048
%.key:
openssl genrsa $(keysize) > $@
- @chmod 400 -c $@
+ @chmod 400 $@