Skip to content

Commit

Permalink
MT#13949 generate_ssl_keys.sh: use ssl-cert group
Browse files Browse the repository at this point in the history
Change-Id: Ie19a606fbe81a6ec36df0e685a89e4f614b387f3
  • Loading branch information
linuxmaniac committed Jul 13, 2015
1 parent 83de70c commit e7be026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate_ssl_keys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ else
fi

chmod 640 "${KEY_FILE}" "${CRT_FILE}"
chown root:www-data "${CRT_FILE}"
chown root:ssl-cert "${CRT_FILE}"
[ -r "${CSR_FILE}" ] && chmod 600 "${CSR_FILE}"

if [ "$SKIP_CSR" = "true" ] ; then
Expand Down

0 comments on commit e7be026

Please sign in to comment.