fix server change

fix server change
pull/115/head
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
1 changed files with 5 additions and 1 deletions

View File

@ -130,7 +130,11 @@
1. 申请正式证书的命令如下(即删掉 `--test` 参数,并在最后加入 `--force`参数): 1. 申请正式证书的命令如下(即删掉 `--test` 参数,并在最后加入 `--force`参数):
```shell ```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 说明 ::: warning 说明