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"],
"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:

Loading…
Cancel
Save