Merge "Make injected CA file readable by others"

This commit is contained in:
Jenkins 2016-02-18 07:32:55 +00:00 committed by Gerrit Code Review
commit febe32556f

View File

@ -45,7 +45,7 @@ resources:
cat > ${cacert_path} << EOF
${cacert_content}
EOF
chmod 0440 ${cacert_path}
chmod 0444 ${cacert_path}
chown root:root ${cacert_path}
${update_anchor_command}
md5sum ${cacert_path} > ${heat_outputs_path}.root_cert_md5sum