From aaa15b58850b558227c391a44df4af14f52d847c Mon Sep 17 00:00:00 2001 From: potongren <21362435@qq.com> Date: Wed, 3 Jan 2024 20:26:49 +0800 Subject: [PATCH] =?UTF-8?q?acme.sh=E8=A6=81=E5=88=9B=E5=BB=BA=E8=BD=AF?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/tmp/install_ca.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/webapp/tmp/install_ca.sh b/src/main/webapp/tmp/install_ca.sh index b56a33f..e913458 100644 --- a/src/main/webapp/tmp/install_ca.sh +++ b/src/main/webapp/tmp/install_ca.sh @@ -6,6 +6,9 @@ yum install cronie -y #安装acme curl https://get.acme.sh | sh +#创建软链接 +ln -s /root/.acme.sh/acme.sh /usr/local/bin/acme.sh + #安装socat yum install socat -y