Hi everyone, I’m working on a digital membership card application where users can access their membership cards online (web-based system). I’m exploring Caddy as a reverse proxy in front of my application.
One thing I really like is how Caddy automatically provisions SSL certificates using Let’s Encrypt, which makes HTTPS setup much simpler compared to traditional setups.
My current setup idea is:
- Backend: .NET-based membership system
- Caddy as reverse proxy
- Domain → Caddy → Backend app
I want to ensure:
-
Secure access (HTTPS) for member login and digital card viewing
-
Automatic certificate renewal without downtime
-
Clean routing for multiple membership endpoints
A. Has anyone here implemented something similar (SaaS / membership / user portal) using Caddy?
B. Any best practices for handling authentication routes or securing member data behind Caddy?
Would love to hear your suggestions or configuration examples.