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

12
ssl/ssl-renewal.service Normal file
View File

@@ -0,0 +1,12 @@
[Unit]
Description=SSL Certificate Renewal Service
After=network.target
[Service]
Type=oneshot
User=root
WorkingDirectory=/path/to/your/project/ssl
EnvironmentFile=/path/to/your/project/ssl/.env
ExecStart=/path/to/your/project/ssl/certbot-manager.sh auto
StandardOutput=journal
StandardError=journal