mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
certs/Makefile: Run key generation with a stricter umask (fixes a race condition)
This commit is contained in:
parent
18b6111e74
commit
22f1422f51
1 changed files with 2 additions and 2 deletions
|
@ -26,5 +26,5 @@ keysize=2048
|
|||
sed 's,example\.com,$*,g' openssl.cnf > $@
|
||||
|
||||
%.key:
|
||||
openssl genrsa $(keysize) > $@
|
||||
@chmod 400 $@
|
||||
umask 0077 && openssl genrsa -out $@ $(keysize)
|
||||
@chmod 400 $@ -c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue