CiscoCloud / haproxy-consul

Dynamic haproxy configuration using consul
Apache License 2.0
168 stars 85 forks source link

Provide SSL support, and permit container restarts. #26

Closed jfautley closed 8 years ago

jfautley commented 8 years ago

Provide support for SSL termination on the HAproxy instance - either via a bindmounted SSL certificate/key bundle or through an automatically generated SSL certificate based on HAPROXY_DOMAIN. This feature is optional, and also only supported in the 'consul' template mode. Fixes #13.

This also fixes the issue around container being restarted. Fixes #10.

stevendborrelli commented 8 years ago

Thanks! Let me review this.