Page 1 of 1

"Filezilla Server" and "Certify the Web"

Posted: 2023-08-18 17:21
by rafaelgrecco
Hi,

I had a server running FileZilla Server where I was using Filezilla's Let's Encrypt and internal webserver to generate and renew the certificates.

Now I have another server where I run IIS and "Certify the Web", which is the application that generates and renews all websites certificates.

Using internail Filezilla webserver won't work, because IIS is using port 80. So I can't find a way to automate this proccess of generating and automatically renewing certificates for FileZilla.

Does anyone have any idea?

I just need secure FTP to work.

Re: "Filezilla Server" and "Certify the Web"

Posted: 2023-08-18 18:24
by botg
Use the external webserver and point FZS towards the local filesystem path from which the webserver serves the .well-known/acme-challenges stuff.

Re: "Filezilla Server" and "Certify the Web"

Posted: 2023-08-21 13:38
by rafaelgrecco
Thanks!!