mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-07 12:00:14 +00:00
-Fix client setup to not overprotect the CA certificate
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1262 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -54,5 +54,7 @@ cp ca-cert.pem $USERHOME/.xcat/ca.pem
|
||||
chown -R $1 $USERHOME/.xcat
|
||||
find $USERHOME/.xcat -type f -exec chmod 600 {} \;
|
||||
find $USERHOME/.xcat -type d -exec chmod 700 {} \;
|
||||
chmod 644 $USERHOME/.xcat/ca.pem
|
||||
chmod 755 $USERHOME/.xcat
|
||||
cd -
|
||||
|
||||
|
Reference in New Issue
Block a user