Fix jwt-token

This commit is contained in:
2025-09-12 21:04:32 +02:00
parent 729ec717c0
commit 2d4df4c265

View File

@@ -5,15 +5,15 @@
DOMAIN=dev.uggla.uamils.com DOMAIN=dev.uggla.uamils.com
# Email for Let's Encrypt notifications # Email for Let's Encrypt notifications
EMAIL=admin@uggla.uamils.com EMAIL=alexander.borg@uamils.com
# Days before expiry to trigger renewal (default: 10) # Days before expiry to trigger renewal (default: 10)
RENEWAL_DAYS=10 RENEWAL_DAYS=10
# Loopia DNS API credentials (optional, for wildcard certificates) # Loopia DNS API credentials (optional, for wildcard certificates)
# If not provided, will use HTTP challenge (main domain only) # If not provided, will use HTTP challenge (main domain only)
LOOPIA_USER=your_loopia_username LOOPIA_USER=uamils@loopiaapi
LOOPIA_PASSWORD=your_loopia_password LOOPIA_PASSWORD=3MileMileHHH555%
# Webroot path for HTTP challenges (if not using DNS) # Webroot path for HTTP challenges (if not using DNS)
WEBROOT_PATH=/var/www/html WEBROOT_PATH=/var/www/html