Am Do, den 28.04.2005 schrieb James B. Byrne um 22:36:
vsftpd-2.0.1-5
I am trying to get vsftpd to start with ssl_enabled=yes and not having much success. The config file works when ssl_enabled=No and does not work when ssl_enabled=Yes. I have tried setting the following:
rsa_cert_file=/usr/share/ssl/certs/inet06cert.pem
which is the public certificate and this:
rsa_cert_file=/usr/share/ssl/private/inet06key.pem
which is the server private key. Both these are in use by the apache web server as :
Jim
Both certificate files must be 1 file.
cat /usr/share/ssl/certs/inet06cert.pem /usr/share/ssl/private/inet06key.pem > /usr/share/ssl/certs/vsftpd.pem
In vsftpd.conf:
rsa_cert_file=/usr/share/ssl/certs/vsftpd.conf
Alexander