View previous topic :: View next topic |
Author |
Message |
bld l33t
Joined: 26 Mar 2003 Posts: 759 Location: Outter Space
|
Posted: Wed Mar 03, 2004 8:15 pm Post subject: proftpd + tls instellazione/configurazione howto. [risolto] |
|
|
Vorrei installare il sopporto tls al server proftpd. Ma ho trovato scarsa documentazione a proposito, in piu la use flag "tls" non esiste
Ce un modo per agiungerla nella linea di comando o devo aprire l'ebuild per forza?
Se qualcuno puo darmi qualche dritta o howto sulla creazione degli certificati tls,
sarei grado. In piu sto cercando anche qualche ftp client decente per windows, che sopport ssl/tls.
Grazie _________________ A happy GNU/Linux user!!
Last edited by bld on Wed Mar 17, 2004 10:55 pm; edited 1 time in total |
|
Back to top |
|
|
ikaro Advocate
Joined: 14 Jul 2003 Posts: 2527 Location: Denmark
|
|
Back to top |
|
|
bld l33t
Joined: 26 Mar 2003 Posts: 759 Location: Outter Space
|
Posted: Wed Mar 17, 2004 10:48 pm Post subject: risolto |
|
|
Allora, ho risolto, posto qui il mini howto dato che non e' stato semplice trovare qualcosa in rete. Come impostare proftpd con tls/ssl?
Quote: |
#emerge openssl
#env USE="ssl" emerge proftpd
#openssl req -new -x509 -days 365 -nodes -out /etc/ssl/private/ftpd-rsa.pem -keyout /etc/ssl/private/ftpd-rsa-key.pem
#vim /etc/proftpd/proftpd.conf
TLSEngine on
TLSRequired on
TLSRSACertificateFile /etc/ssl/private/ftpd-rsa.pem
TLSRSACertificateKeyFile /etc/ssl/private/ftpd-rsa-key.pem
#rc-update add proftpd default
#/etc/init.d/proftpd start
|
e' tutto!
ciao
ps. Gentoo rooks! _________________ A happy GNU/Linux user!! |
|
Back to top |
|
|
|