how to config tha proftpd with TLS

From: 不坏阿峰 (soneedu_at_gmail.com)
Date: 11/30/05

  • Next message: d_at_jerkface.net: "Re: Filesharing on small LAN"
    Date: Wed, 30 Nov 2005 12:08:01 +0800
    To: debian-user@lists.debian.org
    
    

    how to config tha proftpd with TLS

    i Uncomment the line in proftpd.conf :
    TLSEngine on
    ,
    is that proftpd can work in TLS way which open the TLSEngine only? or must
    config the TLS .

    following conf is the Linux(may be Redhat)
    #########################ssl/tls############################
    # MOD_TLS SETTING
    <IfModule mod_tls.c>
    TLSEngine on
    TLSLog /var/log/proftpd-tls.log
    TLSProtocol SSLv23
    # Are clients required to use FTP over TLS when talking to this server?
    TLSRequired ctrl
    # Server's certificate
    TLSRSACertificateFile /etc/proftpd.crt
    TLSRSACertificateKeyFile /etc/proftpd.key
    # Authenticate clients that want to use FTP over TLS
    TLSVerifyClient off
    #########################ssl/tls############################

    now my question is ,have i install the module TLS when i apt-get install
    proftpd ??
    how to conf proftpd with TLS.
    thx

    --
    其实阿峰不坏
    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: d_at_jerkface.net: "Re: Filesharing on small LAN"

    Relevant Pages