blob: 3be1d01ab658dbe31b760d54352be3c8be5667c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
===========================================================================
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.
===========================================================================
|