-Have conserver point to the same copy of CA certificate as xcatd itself

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1402 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-05-14 21:09:41 +00:00
parent 01aaf63409
commit 95a1fd86e8

View File

@ -155,7 +155,7 @@ sub docfheaders {
unless (grep(/^config \* {/,@meat)) {
push @$content,"config * {\n";
push @$content," sslrequired yes;\n";
push @$content," sslauthority /etc/xcat/ca/ca-cert.pem;\n";
push @$content," sslauthority /etc/xcat/cert/ca.pem;\n";
push @$content," sslcredentials /etc/xcat/cert/server-cred.pem;\n";
push @$content,"}\n";
}