blob: d163e9e1aafb0f4774542cbce479c274f7026b92 (
plain)
1
2
3
4
5
6
7
8
9
|
[communication]
protocol = xmlrpc/ssl
password = foobat
key = /etc/bcfg2.key
# fingerprint of server (from bcfg2-admin fingerprint)
#fingerprint = [server fingerprint]
[components]
bcfg2 = https://localhost:6789
|