Set up local network SSL certificate

I need to set up an SSL certificate for one of the machines on my local network where I run docker with a number of applications.

I know that this involves running a reverse proxy, but other than that I'm not sure where to start. Does it run on the machine where I need the certificate, or should the certificate be set up on the pi that runs the DNS server and pi-hole?

Any help to point me in the right direction would be gratefully received!

You could use Traefik, The Cloud Native Application Proxy | Traefik Labs.

It does not need to run on the machine which needs the certificate. You could terminate the connection on the proxy and then forward to the actual service. Consult the documentation of the proxy.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.