This repository was archived by the owner on Apr 22, 2025. It is now read-only.
Commit f9755b5
authored
[FABJ-521] Allow arrays of PEM content in connection profile (#62)
The connection profile tlsCaCerts element has an optional "pem" property containing one or more PEM certificates. This change allows the "pem" property to be either a string or an array of strings. For arrays, all of the contained strings are concatenated to produce the same result as including multiple certificates in a single string.
Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>1 parent 4d2c5fa commit f9755b5
4 files changed
Lines changed: 299 additions & 334 deletions
File tree
- src
- main/java/org/hyperledger/fabric/sdk
- test
- fixture/sdkintegration/network_configs
- java/org/hyperledger/fabric
- sdkintegration
- sdk
0 commit comments