How to implement certificate based access to self hosted services?
sv1sjp @ sv1sjp @lemmy.world Posts 59Comments 130Joined 2 yr. ago

sv1sjp @ sv1sjp @lemmy.world
Posts
59
Comments
130
Joined
2 yr. ago
Deleted
Permanently Deleted
Personally I use Caddy reverse proxy server and Pihole. I have configured my IP as a domain name in local DNS (example.com).
Caddy supports automatic TLS 1.3 support. So I just copied the CA file snd I installed to all of my devices (even in my Oculus Quest 2). I want to watch movies? I am coming to movies.example.com. i want to read my books? bookd.example.com.
Caddy configuration is very easy, even using containers with docker.