mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
Override default port of CA connection (#678)
Signed-off-by: Charalarg <charalarg@gmail.com>
This commit is contained in:
parent
f01eeab663
commit
bb57b3cf8f
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
},
|
||||
"certificateAuthorities": {
|
||||
"org${ORG}-ca": {
|
||||
"url": "https://org${ORG}-ca",
|
||||
"url": "https://org${ORG}-ca:443",
|
||||
"caName": "org${ORG}-ca",
|
||||
"tlsCACerts": {
|
||||
"pem": ["${CAPEM}"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue