-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:
parent
5677d58fad
commit
0301f21b07
@ -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 -
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user