Merge "Make injected CA file readable by others"
This commit is contained in:
commit
febe32556f
@ -45,7 +45,7 @@ resources:
|
|||||||
cat > ${cacert_path} << EOF
|
cat > ${cacert_path} << EOF
|
||||||
${cacert_content}
|
${cacert_content}
|
||||||
EOF
|
EOF
|
||||||
chmod 0440 ${cacert_path}
|
chmod 0444 ${cacert_path}
|
||||||
chown root:root ${cacert_path}
|
chown root:root ${cacert_path}
|
||||||
${update_anchor_command}
|
${update_anchor_command}
|
||||||
md5sum ${cacert_path} > ${heat_outputs_path}.root_cert_md5sum
|
md5sum ${cacert_path} > ${heat_outputs_path}.root_cert_md5sum
|
||||||
|
Loading…
Reference in New Issue
Block a user