Skip to content

Commit 3e16fbc

Browse files
committed
global: updated metadata
Signed-off-by: Matthew Gibbons <[email protected]>
1 parent c102580 commit 3e16fbc

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

doc/config_options.txt

+8
Original file line numberDiff line numberDiff line change
@@ -2097,6 +2097,14 @@ Possible values are `DNS-01` and `HTTP-01`.
20972097

20982098
```
20992099

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+
21002108
```{config:option} acme.provider server-acme
21012109
:defaultdesc: "``"
21022110
:scope: "global"

internal/server/metadata/configuration.json

+9
Original file line numberDiff line numberDiff line change
@@ -2313,6 +2313,15 @@
23132313
"type": "string"
23142314
}
23152315
},
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+
},
23162325
{
23172326
"acme.provider": {
23182327
"defaultdesc": "``",

0 commit comments

Comments
 (0)