Use the proper values for the default certificate and key

This commit is contained in:
Mark Veidemanis 2018-01-20 21:39:43 +00:00
parent ff66c21f63
commit 9119a7b511
1 changed files with 2 additions and 2 deletions

View File

@ -935,8 +935,8 @@ class Helper(object):
"authtype": config["Default"]["authtype"], "authtype": config["Default"]["authtype"],
"password": config["Default"]["password"], "password": config["Default"]["password"],
"authentity": config["Default"]["authentity"], "authentity": config["Default"]["authentity"],
"key": config["ListenerKey"], "key": config["Default"]["key"],
"certificate": config["ListenerCertificate"], "certificate": config["Default"]["certificate"],
"enabled": config["ConnectOnCreate"], "enabled": config["ConnectOnCreate"],
} }
if config["ConnectOnCreate"] == True: if config["ConnectOnCreate"] == True: