From 9119a7b511fe52f5416e2330dcd72574ce0a8563 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Sat, 20 Jan 2018 21:39:43 +0000 Subject: [PATCH] Use the proper values for the default certificate and key --- threshold | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/threshold b/threshold index f93351e..98e9f1a 100755 --- a/threshold +++ b/threshold @@ -935,8 +935,8 @@ class Helper(object): "authtype": config["Default"]["authtype"], "password": config["Default"]["password"], "authentity": config["Default"]["authentity"], - "key": config["ListenerKey"], - "certificate": config["ListenerCertificate"], + "key": config["Default"]["key"], + "certificate": config["Default"]["certificate"], "enabled": config["ConnectOnCreate"], } if config["ConnectOnCreate"] == True: