forked from pool/proftpd
22772ddef5
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
17 lines
447 B
Plaintext
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
|
|
|