minus-squarenix98@lemmy.worldtoSelfhosted@lemmy.world•SSL certificates for things inside the lablinkfedilinkEnglisharrow-up3·5 days agoMy DNS provider doesn’t have an API for setting DNS, which makes doing dns CNAME validation manual. Therefore, what I do is: Have a public nginx server and point public DNS records to it, then generate certs against it Pull those certs to my internal nginx server in my lan Use pi.hole to set internal DNS records (so jellyfin.mydomain.com points to 10.10.110.23 within my network) linkfedilink
nix98@lemmy.world to Selfhosted@lemmy.worldEnglish · 16 days agoSelf Host Personal Health Record (PHR)plus-squaremessage-squaremessage-square0linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareSelf Host Personal Health Record (PHR)plus-squarenix98@lemmy.world to Selfhosted@lemmy.worldEnglish · 16 days agomessage-square0linkfedilink
My DNS provider doesn’t have an API for setting DNS, which makes doing dns CNAME validation manual.
Therefore, what I do is: