diff --git a/ssl/.env.example b/ssl/.env.example index 589c70a..83bdc03 100644 --- a/ssl/.env.example +++ b/ssl/.env.example @@ -5,15 +5,15 @@ DOMAIN=dev.uggla.uamils.com # Email for Let's Encrypt notifications -EMAIL=admin@uggla.uamils.com +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=your_loopia_username -LOOPIA_PASSWORD=your_loopia_password +LOOPIA_USER=uamils@loopiaapi +LOOPIA_PASSWORD=3MileMileHHH555% # Webroot path for HTTP challenges (if not using DNS) WEBROOT_PATH=/var/www/html