Merge "Make injected CA file readable by others"
This commit is contained in:
commit
febe32556f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user