mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-21 09:05: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": {
|
"certificateAuthorities": {
|
||||||
"org${ORG}-ca": {
|
"org${ORG}-ca": {
|
||||||
"url": "https://org${ORG}-ca",
|
"url": "https://org${ORG}-ca:443",
|
||||||
"caName": "org${ORG}-ca",
|
"caName": "org${ORG}-ca",
|
||||||
"tlsCACerts": {
|
"tlsCACerts": {
|
||||||
"pem": ["${CAPEM}"]
|
"pem": ["${CAPEM}"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue