On Tue, Jul 14, 2020 at 1:46 PM sciUser <[email protected]> wrote:
> Hello, > > I am having some issues getting certbot to complete for auto renewal of > letsencrypt ssl. > The program is wanting a verification file located > *.well-known/acme-challenge/* , Where would I create these directories, > since /var/www is not an option. Would this be in the tomcat webapp > directlry where the guac index.html file is at? > > Thoughts? > I would instead use a reverse proxy for SSL termination. You can then provide specific configuration for "/.well-known/*" which points to the filesystem location used by certbot. - Mike
