hfiref0x / LightFTP

Small x86-32/x64 FTP Server
BSD 2-Clause "Simplified" License
232 stars 83 forks source link

How could i setup FTPS on LightFTP (if it supports it)? #22

Closed takusuman closed 1 year ago

takusuman commented 3 years ago

How could i do it? I didn't found much documentation about it.

UldisRinkevichs commented 3 years ago

You need to add or modify following configuration entries in your .conf file: ServerCertificate=<full path+filename to your certificate file> Keyfile=<full path+filename to your .pem private key file> KeyfilePassword=<plaintext password to .pem>

You can generate keys and self-signed certificates using OpenSSL or supply already existing ones from a certificate authorities