Commit 1ce8d54
committed
Allow list of certs to be separated by comma
Allow list of TLS certificates to be separated with comma. With
this change, it can be possible to specify a list of TLS certs
in `CLIENT_TLS_CA_CERTIFICATES` as a CSV list. Prior this change,
`CLIENT_TLS_CA_CERTIFICATES` can handle only one certificate and
the only way to specify a list of certificates was by using a
consecutive sequence of `--client-tls-ca-certificates` options.
Signed-off-by: Jiří Kučera <[email protected]>1 parent 4d0bd0c commit 1ce8d54
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
0 commit comments