Fix jwt-token
This commit is contained in:
12
ssl/ssl-renewal.service
Normal file
12
ssl/ssl-renewal.service
Normal 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
|
||||
Reference in New Issue
Block a user