From fc605872522a4b31d4ee9043af60ea0435d1c228 Mon Sep 17 00:00:00 2001 From: gitea Date: Sun, 14 Jan 2024 11:08:53 +0800 Subject: [PATCH] [modify] add cert sync for windows nginx --- update/backups.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update/backups.sh b/update/backups.sh index dc72b65..e8c986e 100644 --- a/update/backups.sh +++ b/update/backups.sh @@ -19,6 +19,7 @@ cp -rf /root/.ssh/config /opt/configs/conf/ cp -rf /etc/samba/smb.conf /opt/configs/conf/ cp -rf /etc/network/interfaces /opt/configs/conf/ cp -rf /root/.acme.sh/*ecc /opt/configs/acme/ +cp -rf /root/.acme.sh/rustle.cc_ecc/rustle.cc.{key,cer} /opt/apps/syncthing/data/common/A_Program/nginx-1.24.0/certs/ cp -rf /opt/apps/syncthing/data/common/A_Program/FRP/* /opt/apps/frp/frpc-xtcp-visitor/ cd /opt && t=`date +%Y%m%dT%H%M%S`