ec486f0
# TLS (http://www.castaglia.org/proftpd/modules/mod_tls.html)
ec486f0
<IfModule mod_tls.c>
ec486f0
  TLSEngine			on
ec486f0
  TLSRequired			off
ec486f0
  TLSCertificateChainFile	/etc/pki/tls/certs/proftpd-chain.pem
ec486f0
  TLSRSACertificateFile		/etc/pki/tls/certs/proftpd-cert.pem
ec486f0
  TLSRSACertificateKeyFile	/etc/pki/tls/private/proftpd-key.pem
ec486f0
  TLSCipherSuite		PROFILE=SYSTEM
ec486f0
  # Relax the requirement that the SSL session be re-used for data transfers
ec486f0
  TLSOptions			NoSessionReuseRequired
ec486f0
  TLSLog			/var/log/proftpd/tls.log
ec486f0
  <IfModule mod_tls_shmcache.c>
ec486f0
    TLSSessionCache		shm:/file=@RUNDIR@/proftpd/sesscache
ec486f0
  </IfModule>
ec486f0
</IfModule>