Use the proper values for the default certificate and key

pull/1/head
Mark Veidemanis 7 years ago
parent ff66c21f63
commit 9119a7b511

@ -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:

Loading…
Cancel
Save