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
				
			

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

更换CA机构到 letsencrypt

				
					acme.sh --set-default-ca --server letsencrypt
				
			

设置常用邮箱

				
					nano ~/.acme.sh/account.conf
				
			

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

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

发表评论

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

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理

滚动至顶部