Best option to set up a site with https for lan access only? #3372
peterge1998
started this conversation in
General
Replies: 1 comment 4 replies
-
I am not sure about the "best" way. What I do is to have a local DNS server that routes my domain directly into npm, therefore the IP address is in the 192.x.x.0/24 range. I can only allow requests coming from this range. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have NPM up and running. What’s the best option for homelab sites with an ssl certificate that I do not want publicly available?
I already tried the nginx http access stuff, which works but I am facing problems with limited ip tracking on apple devices and problems when accessing my lan sites through vpn.
Another idea would be a second NPM instance, that’s accessible from lan only and that gets certs via dns from netcup. But I had problems requesting certs through the api before with caddy, because the netcup api is shit…
And currently I am facing the „another certbot instance is already running“ error when I try request via dns…
Beta Was this translation helpful? Give feedback.
All reactions