From 498fee62c01a5187354b109c5378ecf944bf9f94 Mon Sep 17 00:00:00 2001 From: Gordon Messmer Date: Mon, 22 Feb 2016 18:11:49 -0800 Subject: Set ssl_cns option to the expected name in setup. --- src/lib/Bcfg2/Client/Proxy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/Bcfg2/Client/Proxy.py b/src/lib/Bcfg2/Client/Proxy.py index 679b4c52b..f1caa383a 100644 --- a/src/lib/Bcfg2/Client/Proxy.py +++ b/src/lib/Bcfg2/Client/Proxy.py @@ -316,6 +316,7 @@ class ComponentProxy(xmlrpclib.ServerProxy): help='The time in seconds to wait between retries'), Bcfg2.Options.Option( '--ssl-cns', cf=('communication', 'serverCommonNames'), + dest="ssl_cns", type=Bcfg2.Options.Types.colon_list, help='List of server commonNames')] -- cgit v1.2.3-1-g7c22