fix server change

fix server change
This commit is contained in:
ricuhkaen 2021-09-20 18:26:38 +00:00 committed by GitHub
parent 44e78ef0c8
commit f2c930b0f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,7 +130,11 @@
1. 申请正式证书的命令如下(即删掉 `--test` 参数,并在最后加入 `--force`参数):
```shell
acme.sh --issue --set-default-ca --server letsencrypt -d 二级域名.你的域名.com -w /home/vpsadmin/www/webpage --keylength ec-256 --force
acme.sh --set-default-ca --server letsencrypt
```
```shell
acme.sh --issue -d 二级域名.你的域名.com -w /home/vpsadmin/www/webpage --keylength ec-256 --force
```
::: warning 说明