Files
drone-detector/ssl/.env.example
2025-09-12 21:04:32 +02:00

20 lines
617 B
Plaintext

# SSL Certificate Configuration
# Copy this to ssl/.env and customize the values
# Domain for SSL certificate (will also create wildcard *.domain if using DNS challenge)
DOMAIN=dev.uggla.uamils.com
# Email for Let's Encrypt notifications
EMAIL=alexander.borg@uamils.com
# Days before expiry to trigger renewal (default: 10)
RENEWAL_DAYS=10
# Loopia DNS API credentials (optional, for wildcard certificates)
# If not provided, will use HTTP challenge (main domain only)
LOOPIA_USER=uamils@loopiaapi
LOOPIA_PASSWORD=3MileMileHHH555%
# Webroot path for HTTP challenges (if not using DNS)
WEBROOT_PATH=/var/www/html