|
|
|
|
Salut,
TLSEngine on TLSRequired on TLSRSACertificateFile /usr/share/ssl/certs/Proftpd-rsa.pem TLSRSACertificateKeyFile /usr/share/ssl/certs/Proftpd-key.pem TLSLog /var/log/proftpd/tls.log Tu sauvegardes tout On passe à la création du certificat et de la clé. cd /usr/share/ssl/certs openssl req –new –x509 –days 365 –nodes –out proftpd-rsa.pem –keyout proftpd-key.pem et hop ça roule….sauf pour le firewalling….. Luc L. [Gentoo] enfin :Þ
|