mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-04 22:03:35 +03:00
fix server change
fix server change
This commit is contained in:
parent
44e78ef0c8
commit
f2c930b0f2
1 changed files with 5 additions and 1 deletions
|
@ -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 说明
|
||||
|
|
Loading…
Add table
Reference in a new issue