File tree Expand file tree Collapse file tree 2 files changed +68
-0
lines changed Expand file tree Collapse file tree 2 files changed +68
-0
lines changed Original file line number Diff line number Diff line change @@ -2066,6 +2066,14 @@ Specify the number of days after which the unused cached image expires.
2066
2066
2067
2067
```
2068
2068
2069
+ ```{config:option} acme.challenge server-acme
2070
+ :defaultdesc: "`HTTP-01`"
2071
+ :scope: "global"
2072
+ :shortdesc: "ACME challenge type to use"
2073
+ :type: "string"
2074
+ Possible values are `DNS-01` and `HTTP-01`.
2075
+ ```
2076
+
2069
2077
```{config:option} acme.domain server-acme
2070
2078
:scope: "global"
2071
2079
:shortdesc: "Domain for which the certificate is issued"
@@ -2080,6 +2088,30 @@ Specify the number of days after which the unused cached image expires.
2080
2088
2081
2089
```
2082
2090
2091
+ ```{config:option} acme.provider server-acme
2092
+ :defaultdesc: "``"
2093
+ :scope: "global"
2094
+ :shortdesc: "Backend provider for the challenge (used by DNS-01)"
2095
+ :type: "string"
2096
+
2097
+ ```
2098
+
2099
+ ```{config:option} acme.provider.environment server-acme
2100
+ :defaultdesc: "``"
2101
+ :scope: "global"
2102
+ :shortdesc: "Environment variables to set during the challenge (used by DNS-01)"
2103
+ :type: "string"
2104
+
2105
+ ```
2106
+
2107
+ ```{config:option} acme.provider.resolvers server-acme
2108
+ :defaultdesc: "``"
2109
+ :scope: "global"
2110
+ :shortdesc: "Comma-separated list of DNS resolvers (used by DNS-01)"
2111
+ :type: "string"
2112
+ DNS resolvers to use for performing (recursive) `CNAME` resolving and apex domain determination during DNS-01 challenge.
2113
+ ```
2114
+
2083
2115
<!-- config group server-acme end -->
2084
2116
<!-- config group server-cluster start -->
2085
2117
```{config:option} cluster.healing_threshold server-cluster
Original file line number Diff line number Diff line change 2278
2278
"type" : " string"
2279
2279
}
2280
2280
},
2281
+ {
2282
+ "acme.challenge" : {
2283
+ "defaultdesc" : " `HTTP-01`" ,
2284
+ "longdesc" : " Possible values are `DNS-01` and `HTTP-01`." ,
2285
+ "scope" : " global" ,
2286
+ "shortdesc" : " ACME challenge type to use" ,
2287
+ "type" : " string"
2288
+ }
2289
+ },
2281
2290
{
2282
2291
"acme.domain" : {
2283
2292
"longdesc" : " " ,
2293
2302
"shortdesc" : " Email address used for the account registration" ,
2294
2303
"type" : " string"
2295
2304
}
2305
+ },
2306
+ {
2307
+ "acme.provider" : {
2308
+ "defaultdesc" : " ``" ,
2309
+ "longdesc" : " " ,
2310
+ "scope" : " global" ,
2311
+ "shortdesc" : " Backend provider for the challenge (used by DNS-01)" ,
2312
+ "type" : " string"
2313
+ }
2314
+ },
2315
+ {
2316
+ "acme.provider.environment" : {
2317
+ "defaultdesc" : " ``" ,
2318
+ "longdesc" : " " ,
2319
+ "scope" : " global" ,
2320
+ "shortdesc" : " Environment variables to set during the challenge (used by DNS-01)" ,
2321
+ "type" : " string"
2322
+ }
2323
+ },
2324
+ {
2325
+ "acme.provider.resolvers" : {
2326
+ "defaultdesc" : " ``" ,
2327
+ "longdesc" : " DNS resolvers to use for performing (recursive) `CNAME` resolving and apex domain determination during DNS-01 challenge." ,
2328
+ "scope" : " global" ,
2329
+ "shortdesc" : " Comma-separated list of DNS resolvers (used by DNS-01)" ,
2330
+ "type" : " string"
2331
+ }
2296
2332
}
2297
2333
]
2298
2334
},
You can’t perform that action at this time.
0 commit comments