mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
5 lines
80 B
Bash
5 lines
80 B
Bash
#!/bin/bash
|
|
|
|
certbot -c /srv/eurordis/certbot.ini renew
|
|
|
|
systemctl reload nginx
|