Hi everyone,
I am quite a newbie, but found UNRAID solutaion based on dockerized app so powerful ! after several tryouts, came to the conclusion of having "Nginx Proxy Mangager" app that take care of :
- reverse proxy set-up
- fetching SSL from let's encrypt
I used to work with LE container but the Reverse Proxy side was sometimes quite tough to configure.
Now my question is :
I am using nginx container from Linux IO guys to power multiple websites. I would like to use the certificates retrieved by "Nginx Rerverse Proxy" in the nginx site conf file :
ssl_certificate /config/keys/letsencrypt/fullchain.pem;
ssl_certificate_key /config/keys/letsencrypt/privkey.pem;
(this was a template based on LE)
So my point is how to get the path from "Nginx Reverse Proxy" inside this Nginx container ?
Do i need the add a custom path to the NGINX template ?
Thanks for your support !
Vince B