From 161c8b95b66cc2bb42a28a6842b3a476beecb688 Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Sat, 28 Jul 2012 00:39:34 +0200 Subject: [PATCH] [bcfg2.conf] on utilise les certificats ssl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- Python/etc/bcfg2.conf | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Python/etc/bcfg2.conf b/Python/etc/bcfg2.conf index b52fe96..f61e96e 100644 --- a/Python/etc/bcfg2.conf +++ b/Python/etc/bcfg2.conf @@ -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"