File tree 2 files changed +17
-0
lines changed
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -2097,6 +2097,14 @@ Possible values are `DNS-01` and `HTTP-01`.
2097
2097
2098
2098
```
2099
2099
2100
+ ```{config:option} acme.http.port server-acme
2101
+ :defaultdesc: "``"
2102
+ :scope: "global"
2103
+ :shortdesc: "Port and interface to use for HTTP-01 challenges"
2104
+ :type: "string"
2105
+ Set the port and interface to use for HTTP-01 based challenges to listen on (default: ":80")
2106
+ ```
2107
+
2100
2108
```{config:option} acme.provider server-acme
2101
2109
:defaultdesc: "``"
2102
2110
:scope: "global"
Original file line number Diff line number Diff line change 2313
2313
"type" : " string"
2314
2314
}
2315
2315
},
2316
+ {
2317
+ "acme.http.port" : {
2318
+ "defaultdesc" : " ``" ,
2319
+ "longdesc" : " Set the port and interface to use for HTTP-01 based challenges to listen on (default: \" :80\" )" ,
2320
+ "scope" : " global" ,
2321
+ "shortdesc" : " Port and interface to use for HTTP-01 challenges" ,
2322
+ "type" : " string"
2323
+ }
2324
+ },
2316
2325
{
2317
2326
"acme.provider" : {
2318
2327
"defaultdesc" : " ``" ,
You can’t perform that action at this time.
0 commit comments