freebsd-ports/ftp/ftpd-tls/pkg-message
Marius Strobl d4fa79a903 - Switch to a rc.d startup script.
- Remove obsolete USE_REINPLACE.

Approved by:	netchild
2006-02-20 12:38:27 +00:00

20 lines
782 B
Text

===========================================================================
Depending on how you would like to start ftpd-tls(8) you have two choices:
1) Add the following line to /etc/rc.conf or /etc/rc.conf.local:
ftpd_tls_enable="YES"
For further available configuration variables when using this method see
%%PREFIX%%/etc/rc.d/ftpd-tls{,.sh}.
2) Add the following entries to your /etc/inetd.conf:
ftp stream tcp nowait root %%PREFIX%%/libexec/ftpd-tls ftpd-tls -U -l
ftp stream tcp6 nowait root %%PREFIX%%/libexec/ftpd-tls ftpd-tls -U -l
See %%DOCSDIR%%/README.TLS and the openssl(1) manual
page for further information on how to generate the certificates and
the keys and where to place them.
===========================================================================