52ll.org
52ll.org

使用 acme.sh 申请 buypass 180天 ssl 证书

安装 socat

apt-get -y install socat

安装 acme.sh,注意将 my@example.com 修改成你的有效邮箱,不然会申请失败

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

安装到了这个目录

/root/.acme.sh/acme.sh

设置 ca 使用 buypass

bash /root/.acme.sh/acme.sh --set-default-ca --server buypass

停止占用 80 端口的 nginxapache,然后申请证书

bash /root/.acme.sh/acme.sh --issue -d domain.com --standalone --webroot /root/ssl-verify

发表回复

textsms
account_circle
email

52ll.org

使用 acme.sh 申请 buypass 180天 ssl 证书
安装 socat apt-get -y install socat 安装 acme.sh,注意将 my@example.com 修改成你的有效邮箱,不然会申请失败 curl https://get.acme.sh | sh -s email=my@example.com …
扫描二维码继续阅读
2022-03-29