summaryrefslogtreecommitdiff
path: root/stunnel/stunnel.conf
blob: 52a3c327f215241ddfe32e88bd8f701a676d6247 (plain)
    1 ;
    2 ; /etc/stunnel/stunnel.conf
    3 ;
    4 
    5 setuid = stunnel
    6 setgid = stunnel
    7 
    8 chroot = /run/stunnel/
    9 pid = /stunnel.pid
   10 
   11 syslog = yes
   12 
   13 cert = /etc/ssl/certs/stunnel.crt
   14 key  = /etc/ssl/keys/stunnel.key
   15 
   16 ; End of file

Generated by cgit