Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
proftpd + tls instellazione/configurazione howto. [risolto]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
bld
l33t
l33t


Joined: 26 Mar 2003
Posts: 759
Location: Outter Space

PostPosted: Wed Mar 03, 2004 8:15 pm    Post subject: proftpd + tls instellazione/configurazione howto. [risolto] Reply with quote

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
View user's profile Send private message
ikaro
Advocate
Advocate


Joined: 14 Jul 2003
Posts: 2527
Location: Denmark

PostPosted: Wed Mar 03, 2004 8:19 pm    Post subject: Reply with quote

ciao!
potete cominciare leggendo il Web site puro-ftpd nella documentazione.

http://www.pureftpd.org/README.TLS
_________________
linux: #232767
Back to top
View user's profile Send private message
bld
l33t
l33t


Joined: 26 Mar 2003
Posts: 759
Location: Outter Space

PostPosted: Wed Mar 17, 2004 10:48 pm    Post subject: risolto Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum