You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@
35
35
|clientAuth|Enables or disables client auth for TLS on this API|`string`|`<nil>`
36
36
|enabled|Enables or disables TLS on this API|`boolean`|`false`
37
37
|keyFile|The path to the private key file for TLS on this API|`string`|`<nil>`
38
+
|requiredDNAttributes|A set of required subject DN attributes. Each entry is a regular expression, and the subject certificate must have a matching attribute of the specified type (CN, C, O, OU, ST, L, STREET, POSTALCODE, SERIALNUMBER are valid attributes)|`map[string]string`|`<nil>`
38
39
39
40
## confirmations
40
41
@@ -155,6 +156,7 @@
155
156
|clientAuth|Enables or disables client auth for TLS on this API|`string`|`<nil>`
156
157
|enabled|Enables or disables TLS on this API|`boolean`|`false`
157
158
|keyFile|The path to the private key file for TLS on this API|`string`|`<nil>`
159
+
|requiredDNAttributes|A set of required subject DN attributes. Each entry is a regular expression, and the subject certificate must have a matching attribute of the specified type (CN, C, O, OU, ST, L, STREET, POSTALCODE, SERIALNUMBER are valid attributes)|`map[string]string`|`<nil>`
158
160
159
161
## persistence
160
162
@@ -232,6 +234,7 @@
232
234
|clientAuth|Enables or disables client auth for TLS on this API|`string`|`<nil>`
233
235
|enabled|Enables or disables TLS on this API|`boolean`|`<nil>`
234
236
|keyFile|The path to the private key file for TLS on this API|`string`|`<nil>`
237
+
|requiredDNAttributes|A set of required subject DN attributes. Each entry is a regular expression, and the subject certificate must have a matching attribute of the specified type (CN, C, O, OU, ST, L, STREET, POSTALCODE, SERIALNUMBER are valid attributes)|`map[string]string`|`<nil>`
235
238
236
239
## policyloop
237
240
@@ -320,6 +323,7 @@
320
323
|clientAuth|Enables or disables client auth for TLS on this API|`string`|`<nil>`
321
324
|enabled|Enables or disables TLS on this API|`boolean`|`<nil>`
322
325
|keyFile|The path to the private key file for TLS on this API|`string`|`<nil>`
326
+
|requiredDNAttributes|A set of required subject DN attributes. Each entry is a regular expression, and the subject certificate must have a matching attribute of the specified type (CN, C, O, OU, ST, L, STREET, POSTALCODE, SERIALNUMBER are valid attributes)|`map[string]string`|`<nil>`
323
327
324
328
## transactions.handler.simple.retry
325
329
@@ -373,4 +377,5 @@
373
377
|certFile|The path to the certificate file for TLS on this API|`string`|`<nil>`
374
378
|clientAuth|Enables or disables client auth for TLS on this API|`string`|`<nil>`
375
379
|enabled|Enables or disables TLS on this API|`boolean`|`false`
376
-
|keyFile|The path to the private key file for TLS on this API|`string`|`<nil>`
380
+
|keyFile|The path to the private key file for TLS on this API|`string`|`<nil>`
381
+
|requiredDNAttributes|A set of required subject DN attributes. Each entry is a regular expression, and the subject certificate must have a matching attribute of the specified type (CN, C, O, OU, ST, L, STREET, POSTALCODE, SERIALNUMBER are valid attributes)|`map[string]string`|`<nil>`
0 commit comments