A technology stack for setting up local domain names in Docker with trusted certificates.
- step-ca-manager - SSL certificate management with private CA and ACME protocol
- unbound - Local DNS resolver for custom domain names
This stack enables you to:
- Use custom local domain names (e.g.,
myapp.local) in Docker containers - Generate trusted SSL certificates automatically
- Avoid browser security warnings for local development
Recommended setup order:
- Start with unbound - Set up local DNS resolution first
- Then configure step-ca-manager - Add SSL certificates for your domains
- Follow the specific README instructions for each component
This order ensures you have working local domain resolution before adding SSL certificates.
This project is dual-licensed under:
You may choose either license for your use.
Contributions are welcome! Please feel free to submit issues and pull requests.