1999-12-05 13:25:54 -05:00
|
|
|
After stunnel is installed, you have to create a server certificate and
|
|
|
|
put the result in /etc/ssl/private/stunnel.pem. For more information on
|
|
|
|
how to create certificates, read ssl(8). For more information on stunnel,
|
|
|
|
read stunnel(8).
|
2004-02-16 07:33:18 -05:00
|
|
|
|
|
|
|
You can edit /etc/rc.local so that stunnel is started automatically:
|
|
|
|
if [ -x ${PREFIX}/sbin/stunnel ]; then
|
|
|
|
echo -n ' stunnel'; ${PREFIX}/sbin/stunnel
|
|
|
|
fi
|