Add parameter ssl
This commit is contained in:
parent
1a6472a5b3
commit
3006690aad
2 changed files with 9 additions and 4 deletions
|
|
@ -180,5 +180,7 @@ class HaproxyConfigGenerator:
|
|||
file.write(
|
||||
base64.b64decode(d[ssl_label])
|
||||
)
|
||||
if self.label.get_bool(self.label.create([definition, "ssl"])):
|
||||
easymapping[port]["ssl_cert"] = self.ssl_cert_haproxy
|
||||
|
||||
return easymapping.values()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue