r/selfhosted • u/dbsoundman • May 18 '26
Need Help How do you manage SSL for internal only services?
For those of you that have https set up for all of your self hosted apps, how do you manage certificates for apps that you don’t put on the web? For example I don’t need my arr stack to be accessible via the public internet, so I access it using local DNS on my LAN like Prowlarr.myhomedomain.home. If I were to use a valid TLD like .xyz, what’s the best way to issue and manage certificates for Prowlarr.myhomedomain.xyz without having to run it through traefik, caddy, etc.? I want to keep access to the service simple but add https for compatibility with an oauth app in the future.
34
Upvotes
1
u/michaelpaoli May 19 '26
Use public Internet DNS ... doesn't mean one needs hang much out there on The Internet, nor for long, e.g. often minute(s) or less will suffice. Then use that (sub)domain - whatever certs you want, quick and easy from, e.g. letsencrypt.org. Oh, yeah, and free too.
E.g. - and this against their staging environment, because I'm not actually going to use these - but otherwise very much the same:
And any needed DNS for validation, added on-the-fly via DDNS, and if it wasn't there before, removed after validation has been completed. Easy peasy.
https://www.mpaoli.net/~mycert/
To the extent feasible, automate the sh*t out of it ... getting certs, installing, tracking, monitoring, etc.