Comment on Issues with https certs locally
Spiffyman@slrpnk.net 3 days agoI use porkbun and I do the DNS challenge. I know it succeeds because proxmox gets https perfectly fine. But none of my lxc containers get https after doing DNS challenges for them. Not sure what I am doing wrong since I clearly did it right at least once :/
moonshine69@lemmy.nz 3 days ago
Nice, ok hmm… sounds like you are using the router for internal DNS, did you set all the services to point at caddy?
Eg you could try a quick hack in hosts (assuming the caddy ip is 192.168.10.10)
And then navigate to one of the services over https
Main thing is all your internal DNS records need to point at caddy, and then it forwards to the real container IP
Not strictly required but could be worthwhile to get a dedicated internal dns server up… I use technitium, or there’s pi hole or a few other options …
Spiffyman@slrpnk.net 2 days ago
moonshine69@lemmy.nz 2 days ago
Nice :)