Fix jwt-token

This commit is contained in:
2025-09-12 21:01:30 +02:00
parent 86c43a0965
commit 729ec717c0
13 changed files with 715 additions and 96 deletions

19
ssl/.env.example Normal file
View File

@@ -0,0 +1,19 @@
# 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