Closed RaduNico closed 2 years ago
I managed to solve the issue. In the process of generating a certificate greenlock has a sanity check which attempts to access http://
I solved this by adding an entry on /etc/hosts with '127.0.0.1 my.public.domain' and the certificate was issued with no further problems.
On running
sudo docker compose up xsshunterexpress
I hit the following issue:It appears the server is created and is listening on ports 80 and 443, but the certificate issuing process fails. Is there a way to manually generate the lets encrypt certificate in order to bypass this issue.