20 lines
685 B
Plaintext
20 lines
685 B
Plaintext
# SSL Certificate Configuration
|
|
# Copy this to .env in your project root and customize the values
|
|
|
|
# Domain for SSL certificate (will also create wildcard *.domain)
|
|
CERTBOT_DOMAIN=dev.uggla.uamils.com
|
|
|
|
# Email for Let's Encrypt notifications
|
|
CERTBOT_EMAIL=admin@uggla.uamils.com
|
|
|
|
# Days before expiry to trigger renewal (default: 10)
|
|
CERTBOT_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
|
|
|
|
# Note: If using HTTP challenge, make sure port 8888 is accessible
|
|
# from the internet and forwarded to the certbot container
|