Fix permission in certificates

This commit is contained in:
fcaffieri
2022-03-31 18:40:44 -03:00
parent e7065fc52b
commit 621095329e
3 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -38,4 +38,5 @@ chmod 700 /$CERT_TOOL
echo "Moving created certificates to destination directory"
cp /wazuh-certificates/* /certificates/
echo "changing certificate permissions"
chmod -R 666 /certificates/*
chmod -R 500 /certificates
chmod -R 400 /certificates/*