Configs/Server/Root/Main/Server/Scripts/RenewCerts.sh

6 lines
122 B
Bash
Executable File

#!/bin/sh
systemctl stop SocatIpProxies
#certbot renew
lxc-attach Debian2023 certbot renew
systemctl start SocatIpProxies