Skip to content

Commit

Permalink
acme.sh要创建软连接
Browse files Browse the repository at this point in the history
  • Loading branch information
potongren committed Jan 3, 2024
1 parent c72ba15 commit aaa15b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/webapp/tmp/install_ca.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aaa15b5

Please sign in to comment.