Skip to content

Commit 004c6b3

Browse files
accuserstgraber
authored andcommitted
doc/rest-api: Refresh swagger YAML
Signed-off-by: Matthew Gibbons <[email protected]>
1 parent d8ca081 commit 004c6b3

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

doc/config_options.txt

Lines changed: 8 additions & 0 deletions
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: "`:80`"
2102+
:scope: "global"
2103+
:shortdesc: "Port and interface for HTTP server (used by HTTP-01)"
2104+
:type: "string"
2105+
Set the port and interface to use for HTTP-01 based challenges to listen on
2106+
```
2107+
21002108
```{config:option} acme.provider server-acme
21012109
:defaultdesc: "``"
21022110
:scope: "global"

internal/server/metadata/configuration.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2313,6 +2313,15 @@
23132313
"type": "string"
23142314
}
23152315
},
2316+
{
2317+
"acme.http.port": {
2318+
"defaultdesc": "`:80`",
2319+
"longdesc": "Set the port and interface to use for HTTP-01 based challenges to listen on",
2320+
"scope": "global",
2321+
"shortdesc": "Port and interface for HTTP server (used by HTTP-01)",
2322+
"type": "string"
2323+
}
2324+
},
23162325
{
23172326
"acme.provider": {
23182327
"defaultdesc": "``",

0 commit comments

Comments
 (0)