2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
7 cert = /etc/ssl/debian/certs/thishost.crt
8 key = /etc/ssl/debian/keys/thishost.key
10 cert = /etc/exim4/ssl/thishost.crt
11 key = /etc/exim4/ssl/thishost.key
14 ; Some security enhancements for UNIX systems - comment them out on Win32
15 chroot = /var/run/stunnel4
18 ; PID is created inside chroot jail
19 pid = /stunnel-<%= name %>.pid
21 verify = <%= verify %>
22 CAfile = <%= cafile %>
24 CRLfile = /etc/exim4/ssl/ca.crl
27 ; Some debugging stuff useful for troubleshooting
29 ; don't use a file, use syslog
30 ; output = /var/log/stunnel4/stunnel.log
32 client = <%= client ? "yes" : "no" %>
35 accept = <%= accept =~ /:/ ? accept : ":::#{accept}" %>
36 connect = <%= connect %>