What problem does it solve?
This Skill guides users through setting up secure HTTPS connections for Vaultwarden, essential for its functionality with modern web browsers and mobile clients, by configuring reverse proxies or enabling direct TLS.
Core Features & Use Cases
- Reverse Proxy Configuration: Provides detailed examples for Caddy and Nginx to handle TLS termination and proxy requests to Vaultwarden.
- TLS Certificate Management: Explains how to obtain and use Let's Encrypt certificates or origin certificates from Cloudflare.
- SSL Validation: Details methods to check certificate chains and OCSP stapling, crucial for mobile client compatibility.
- Use Case: Securely expose your Vaultwarden instance to the internet by setting up Nginx as a reverse proxy with a valid Let's Encrypt certificate.
Quick Start
Configure your Caddyfile to automatically obtain Let's Encrypt certificates and proxy requests to Vaultwarden running on port 8000.