mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-03-31 14:24:16 +02:00
674 B
674 B
Configuration Options 📋
One Wildcard Certificate for All Subdomains
By default, each subdomain gets its own certificate. You can enable a wildcard certificate by setting:
enable_wildcard_certificate: true
Pros & Cons of a Wildcard Certificate
Pros
- ✅ Improves performance by reducing TLS handshakes.
- ✅ Simplifies certificate management (one cert for all subdomains).
Cons
- ⚠ Requires manual DNS challenge setup for Let's Encrypt.
- ⚠ Needs additional configuration for automation (see below).
If enabled, update your inventory file and follow the manual wildcard certificate setup.