Änderungen

FTP-Speicher

395 Byte hinzugefügt, 14:17, 30. Aug. 2016
RootLogin off
RequireValidShell off
 
<IfModule mod_tls.c>
TLSEngine on
TLSLog /var/log/proftpd/tls.log
TLSProtocol SSLv3 TLSv1
TLSOptions NoCertRequest
TLSRSACertificateFile /etc/mysql/server-cert.pem
TLSRSACertificateKeyFile /etc/mysql/server-key.pem
TLSCertificateChainFile /etc/mysql/cacert.pem
TLSVerifyClient off
TLSRequired on
</IfModule>
</syntaxhighlight>
Unter ''SQLConnectInfo'' muss ''<password>'' durch das Root-Passwort von MySQL ersetzt werden.
 
SSL FÜR FTP!!!!
Nun muss der FTP-Server noch neugestartet werden: