mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-12 21:40:55 +00:00
fix
This commit is contained in:
parent
60bd11ddbc
commit
e6eb7cdc9c
1 changed files with 3 additions and 0 deletions
|
@ -130,10 +130,13 @@
|
|||
1. 申请正式证书的命令如下(即删掉 `--test` 参数,并在最后加入 `--force`参数):
|
||||
|
||||
设置默认服务器
|
||||
|
||||
```shell
|
||||
acme.sh --set-default-ca --server letsencrypt
|
||||
```
|
||||
|
||||
申请正式证书
|
||||
|
||||
```shell
|
||||
acme.sh --issue -d 二级域名.你的域名.com -w /home/vpsadmin/www/webpage --keylength ec-256 --force
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue