运行了下面的代码 curl https://get.acme.sh | sh -s [email protected] 这个命令不能用呢。 acme.sh 提示安装成功了。 Install success! 我是不会用么。 |
你先要购买一个域名,然后添加一个子域名,将子域名指向你VPS的IP。等待5-10分钟,让DNS解析生效。你可以通过ping你的子域名,查看返回的IP是否正确。确认DNS解析生效后,再执行下面的命令(每行命令依次执行)。 注意:将chika.example.com替换成你的子域名。 apt install -y socat curl https://get.acme.sh | sh alias acme.sh=~/.acme.sh/acme.sh acme.sh –upgrade –auto-upgrade acme.sh –set-default-ca –server letsencrypt acme.sh –issue -d chika.example.com –standalone –keylength ec-256 acme.sh –install-cert -d chika.example.com –ecc –fullchain-file /etc/ssl/private/fullchain.cer –key-file /etc/ssl/private/private.key chown -R nobody:nogroup /etc/ssl/private/ |
./ |
我是想申请ip证书。应该是这样就行了把?但是一直等待 |