openbsd-ports/security/stunnel/pkg/MESSAGE
jakob 0017031556 update to v4.05
add chroot/privdrop from Michael Schubert
2004-02-16 12:33:18 +00:00

10 lines
412 B
Plaintext

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).
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