Use the proper values for the default certificate and key
This commit is contained in:
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…
Reference in New Issue