申請SSL證書

申請SSL證書

因為Acme腳本更新 Please update your account with an email address first. 現時需要申請一個帳號才可以申請,所以原先的命令做了下面的更新,更改下面的功能變數域名以及郵箱為你自己的。 具體更多的最新ACME腳本申請證書。

xxxxxx@gmail.com 改成你的郵箱
your.domain.com 改成你的域名

1
2
3
4
5
curl https://get.acme.sh | sh
systemctl stop nginx
~/.acme.sh/acme.sh --register-account -m xxxxxx@gmail.com
~/.acme.sh/acme.sh --issue -d your.domain.com --standalone
~/.acme.sh/acme.sh --installcert -d your.domain.com --key-file /root/private.key --fullchain-file /root/cert.crt