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"