Hello,
I am using some services which binds themselfe to a port which I do not want to open to the public. So I decided to use apache 2 mod_proxy to let apache proxy the normal requests to the service (e.g. Rocket Chat, Seafile, ...).
So I edited the domain or subdomain config file inside the directory /etc/apache2/imscp which is working very fine. One example:
This is providing me the possibility to generate https connections using apache for non ssl services (or such which are hard to configure).
My question now is:
Is the Let's Encrypt plugin able to update the certificates for this domains too? (I think there need to be some folder to verify a domain but I am not sure - and if mod_proxy is enabled everything is proxied.)