Change location to get ca.pem file
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2911 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
354bad26cc
commit
cc1dab2678
@ -101,7 +101,7 @@ sub copyCertstoSN
|
||||
{
|
||||
mkdir("/etc/xcat/cert", 0755);
|
||||
}
|
||||
`cp -f -rp /xcatpost/cert/* /etc/xcat/cert`;
|
||||
`cp -f -rp /xcatpost/_xcat/* /etc/xcat/cert`;
|
||||
`chmod 0600 /etc/xcat/cert/*`;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user