d4fa79a903
- Remove obsolete USE_REINPLACE. Approved by: netchild
20 lines
782 B
Text
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.
|
|
|
|
===========================================================================
|