From de10f2e64cb7faf0ba0222a22035b81ca07e7426 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Wed, 8 Apr 2009 01:19:11 +0000 Subject: Implement ssl certificate split, in preparation for SSL client cert auth git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5155 ce84e21b-d406-0410-9b95-82705330c041 --- src/sbin/bcfg2-server | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sbin/bcfg2-server') 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, -- cgit v1.2.3-1-g7c22