Merge "Fix stunnel SSL options"

This commit is contained in:
Jenkins
2014-11-21 12:39:00 +00:00
committed by Gerrit Code Review

View File

@@ -1,7 +1,8 @@
pid = /var/run/stunnel4/from-heat.pid
cert = /etc/ssl/from-heat.crt
key = /etc/ssl/from-heat.key
options = NO_SSLv2 NO_SSLv3
options = NO_SSLv2
options = NO_SSLv3
{{#stunnel.ports}}
[{{name}}]