[bcfg2.conf] on utilise les certificats ssl
Ignore-this: dd85ae350ea38426af4863f47c2114c0 et le fingerprint n'apparaît plus dans les manpages et semble sans effet quand je le modifie -> effacé darcs-hash:20120727223934-28565-f2f31be42b87db4016de2cc818f9700063f16172.gz
This commit is contained in:
parent
0866e21a95
commit
161c8b95b6
1 changed files with 4 additions and 6 deletions
|
@ -21,12 +21,10 @@ if has("bcfg2-server"):
|
|||
%protocol = "xmlrpc/ssl"
|
||||
%password = secrets.bcfg2_password
|
||||
if has("bcfg2-server"):
|
||||
%key = "/etc/bcfg2.key"
|
||||
%certificate = "/etc/bcfg2.key"
|
||||
if has("test"):
|
||||
%fingerprint = "c77f8e7ad96eba77f303afe5a5ef4570dd9580af"
|
||||
else:
|
||||
%fingerprint = "26c711f966ead295072a88536713c6a670127a6a"
|
||||
%key = "/etc/ssl/private/bcfg2_privatekey.pem"
|
||||
%certificate = "/etc/ssl/certs/bcfg2_server.pem"
|
||||
%ca = "/etc/ssl/certs/cacert.org.pem"
|
||||
|
||||
%agent-port = 6790
|
||||
%encoding = "UTF-8"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue