SHA256
1
0
forked from pool/proftpd
Files
proftpd/proftpd-ssl.README
Christian Wittmer 22772ddef5 Accepting request 477361 from home:computersalat:devel:network
fix and update proftpd-basic.conf.patch, limit include sample, tls sample config

OBS-URL: https://build.opensuse.org/request/show/477361
OBS-URL: https://build.opensuse.org/package/show/network/proftpd?expand=0&rev=45
2017-03-06 23:22:35 +00:00

17 lines
447 B
Plaintext

Place your CA.crt, crt and key file here and create sysmlinks like following ...
ssl
├── proftpd.cacert.pem -> CA.crt
├── proftpd.cert.pem -> wildcard.example.com.crt
├── proftpd.key.pem -> wildcard.example.com.pem
├── CA.crt
├── wildcard.example.com.crt
└── wildcard.example.com.pem
then:
copy conf.d/tls.template to conf.d/tls.conf
finally:
uncomment '#Include /etc/proftpd/conf.d/*.conf' in proftp.conf