Set up SWAT over SSLMake sure samba-swat is installed. # up2date samba-swat Then run the following commands: (The # is your prompt, do not type that). # mkdir /etc/stunnel Then start stunnel like this: (all on one line) # /usr/sbin/stunnel -P /var/run/ -p
/etc/stunnel/swat.pem -d 901 -l /usr/sbin/swat swat Stunnel 4.04For stunnel 4.04 you need to create a config file (called /etc/stunnel/swat.conf) like this: cert = /etc/stunnel/swat.pem And run stunnel like this # /usr/sbin/stunnel /etc/stunnel/swat.conf Last modified
20031216. |