acme证书申请
本文记录了如何使用 .acme.sh进行SSL证书的申请(三个月有效)。
操作需要在root用户下执行。
安装前置
sudo apt install curl socat
获取脚本
curl https://get.acme.sh | sh
申请证书
1
2
3~/.acme.sh/acme.sh --register-account -m xxx@xxx \\注册邮箱
~/.acme.sh/acme.sh --issue -d xxx.xxx.xxx --standalone \\申请域名证书
~/.acme.sh/acme.sh --installcert -d xxx.xxx.xxx --key-file [path.key] --fullchain-file [path.crt] \\安装证书
参考内容: X-ui可视化面板