summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-server
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbin/bcfg2-server')
-rwxr-xr-xsrc/sbin/bcfg2-server2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sbin/bcfg2-server b/src/sbin/bcfg2-server
index 3a1a1aa91..bf850d8e5 100755
--- a/src/sbin/bcfg2-server
+++ b/src/sbin/bcfg2-server
@@ -63,6 +63,7 @@ class Bcfg2Serv(Bcfg2.Component.Component):
continue
try:
Bcfg2.Component.Component.__init__(self, setup['key'],
+ setup['cert'],
setup['password'],
setup['location'])
except Bcfg2.Component.ComponentInitError:
@@ -211,6 +212,7 @@ if __name__ == '__main__':
'filemonitor': Bcfg2.Options.SERVER_FILEMONITOR,
})
OPTINFO.update({'key' : Bcfg2.Options.SERVER_KEY,
+ 'cert' : Bcfg2.Options.SERVER_CERT,
'location' : Bcfg2.Options.SERVER_LOCATION,
'passwd' : Bcfg2.Options.SERVER_PASSWORD,
'static' : Bcfg2.Options.SERVER_STATIC,