]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/stunnel4/templates/server.conf.erb
59334c085d86870f0d36e1a9fd4eb1278c99d53f
[dsa-puppet.git] / modules / stunnel4 / templates / server.conf.erb
1 ##
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
4 ##
5
6 cert = /etc/exim4/ssl/thishost.crt
7 key = /etc/exim4/ssl/thishost.key
8
9 ; Some security enhancements for UNIX systems - comment them out on Win32
10 chroot = /var/run/stunnel4
11 setuid = stunnel4
12 setgid = stunnel4
13 ; PID is created inside chroot jail
14 pid = /stunnel-<%= name %>.pid
15
16 verify = 2
17 CAfile = /etc/exim4/ssl/ca.crt
18 CRLfile = /etc/exim4/ssl/ca.crl
19
20 ; Some debugging stuff useful for troubleshooting
21 debug = notice
22 ; don't use a file, use syslog
23 ; output = /var/log/stunnel4/stunnel.log
24
25 client = no
26
27 [<%= name %>]
28 accept = <%= accept %>
29 connect = <%= connect %>
30 local = <%= local %>
31
32 ; vim:ft=dosini