Hi guys. I have one server acting as a reverse proxy server to forward multiple web apps lie wordpress, owncloud and ect. to the world wide bew(public).
I was wondering if it is possible to use certbot to obtain the certificate on my reverse proxy even if the things it is hosting is on different servers?
If you’re using Apache as the reverse proxy then the Apache plugin will work as normal. Otherwise you’ll have to use webroot by excluding /.well-known/acme-challenge/ from the proxy rules and serving it directly, or mounting the webroots on the other servers.
If none of that is possible then you’ll have to use one of the clients that supports the DNS challenge.