Skip to content

Commit cf8a4c3

Browse files
committed
Doc updates
1 parent e9d80e3 commit cf8a4c3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.TLS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ When TLS has been successfully negotiated for a connection, you'll see
154154
something similar to this in log files :
155155

156156
<<
157-
TLS: Enabled TLSv1/SSLv3 with ECDHE-ECDSA-AES128-GCM-SHA256, 128 secret bits cipher
157+
TLS: Enabled TLSv1.2 with ECDHE-ECDSA-AES128-GCM-SHA256, 128 secret bits cipher
158158
>>
159159

160160

@@ -225,8 +225,9 @@ certificate path:
225225
#! /bin/sh
226226

227227
echo 'action:strict'
228+
echo 'cert_file:/etc/pure-ftpd/special.pem'
228229
echo 'key_file:/etc/pure-ftpd/special.pem'
229-
echo 'done'
230+
echo 'end'
230231

231232
Once pure-certd is running, the FTP server must be configured to use it.
232233

README.Virtual-Users

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To add a new user, use the following syntax:
7474
[-z <hhmm>-<hhmm>] [-m]
7575

7676
Let's create "joe", whose home directory will be /home/ftpusers/joe . The
77-
system account associated with "joe" is "ftpusers".
77+
system account associated with "joe" is "ftpuser".
7878

7979
pure-pw useradd joe -u ftpuser -d /home/ftpusers/joe
8080

@@ -261,7 +261,7 @@ switch:
261261
pure-pw passwd joe -m
262262

263263
This command will change Joe's password in pureftpd.passwd *and* commit the
264-
change to /etc/pureftpd.pwd .
264+
change to /etc/pureftpd.pdb .
265265

266266

267267
------------------------ ENABLING VIRTUAL USERS ------------------------

0 commit comments

Comments
 (0)