NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: CaseyR on January 04, 2018, 03:45:21 PM

Title: ACME Web folder - Why different from Web folder?
Post by: CaseyR on January 04, 2018, 03:45:21 PM
Hi,

I would like to minimize the clutter and decisions administrators make in setting up my server app. Looks like in most cases the ACME web folder would be same as the usual Web folder.  I don't want to assume they won't need different folders, so in what situations would an administrator want to use different folders?

Thanks. 
Title: Re: ACME Web folder - Why different from Web folder?
Post by: Bruce on January 07, 2018, 11:02:42 PM
Hi Casey,

>> in what situations would an administrator want to use different folders?

short version: When they are already running a server on port 80.

longer version: when validating the domain from LetsEncrypt, LE will give you a file, and then make a request on port 80 to get that file back. You can have _any_ server on the machine on port 80 serve the file back. The AcmeFolder setting allows you to specify where the file should be on the machine so the "other" server can serve it to LE when requested.

cheers
Bruce
Title: Re: ACME Web folder - Why different from Web folder?
Post by: CaseyR on January 08, 2018, 04:59:25 PM
Thanks, Bruce.