20 lines
622 B
Plaintext
20 lines
622 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=admin@uggla.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=your_loopia_username
|
|
LOOPIA_PASSWORD=your_loopia_password
|
|
|
|
# Webroot path for HTTP challenges (if not using DNS)
|
|
WEBROOT_PATH=/var/www/html
|