Linux 安装 ACME.SH

Table of Contents

一键安装 ACME.SH

				
					curl https://get.acme.sh | sh -s email=my@example.com
				
			

或者使用 wget

				
					wget -O -  https://get.acme.sh | sh -s email=my@example.com
				
			

从源码安装 ACME.SH

				
					git clone https://github.com/acmesh-official/acme.sh.git
cd ./acme.sh
./acme.sh --install -m my@example.com
				
			

*安装完成后,必须关闭当前终端并重新打开,才能生效。

发表评论须遵守中华人民共和国相关法律法规。违规评论将会被删除。

Comments must subject to the relevant laws and regulations of the People’s Republic of China. Offending comments will be deleted.

发表评论

您的邮箱地址不会被公开。 必填项已用 * 标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据

滚动至顶部