v1.3.2, update readme

This commit is contained in:
2023-01-15 13:19:10 +08:00
parent b6267a0c76
commit edce2cdcd5

View File

@@ -69,6 +69,16 @@ location /.well-known/acme-challenge/ {
}
```
通过命令行交互创建DNS挑战证书
```shell
acme-client --allow-interact -t dns --email email@example.com -d example.net
```
出现以下提示时需要自行配置DNS配置完成后按"回车"
```shell
[INFO ] You need to config dns manually, press enter to continue...
```
<br>