commit | 4201b389e9d3289840762512753398f9a64bedc1 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Fri Sep 09 12:21:18 2016 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Fri Sep 09 12:22:20 2016 +0200 |
tree | a80be973fc11043cf9d0a57334f2ceb4be409140 | |
parent | f93ef1c02aef13f20249c4c07aca149736b2f359 [diff] [blame] |
Add SSL support
diff --git a/README.rst b/README.rst index d25f804..61c26f1 100644 --- a/README.rst +++ b/README.rst
@@ -232,6 +232,11 @@ binds: - address: ${_param:cluster_vip_address} port: 8082 + ssl: + enabled: true + # This PEM file needs to contain key, cert, CA and possibly + # intermediate certificates + pem_file: /etc/haproxy/ssl/server.pem servers: - name: ${_param:cluster_node01_name} host: ${_param:cluster_node01_address}