From 5d9ef2f5e50ca164dac326d68af3524450bd6acd Mon Sep 17 00:00:00 2001 From: Kurt Seifried Date: Wed, 10 Mar 2021 20:31:06 -0700 Subject: [PATCH] ORG4 fabric ca server --- .../org4/fabric-ca-server-config.yaml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/test-network/addOrg4/fabric-ca/org4/fabric-ca-server-config.yaml b/test-network/addOrg4/fabric-ca/org4/fabric-ca-server-config.yaml index 67016935..adb01d18 100644 --- a/test-network/addOrg4/fabric-ca/org4/fabric-ca-server-config.yaml +++ b/test-network/addOrg4/fabric-ca/org4/fabric-ca-server-config.yaml @@ -40,7 +40,10 @@ version: 1.2.0 # Server's listening port (default: 7054) -port: 11054 +# +# 4 5 6 +# +port: 13054 # Enables debug logging (default: false) debug: false @@ -80,7 +83,10 @@ tls: ############################################################################# ca: # Name of this CA - name: Org3CA + # + # 4 5 6 + # + name: Org4CA # Key file (is only used to import a private key into BCCSP) keyfile: # Certificate file (default: ca-cert.pem) @@ -242,6 +248,9 @@ affiliations: - department2 org2: - department1 +# +# 4 5 6 +# ############################################################################# # Signing section @@ -301,16 +310,16 @@ signing: # CA certificates though it can still issue end entity certificates. ########################################################################### csr: - cn: ca.org3.example.com + cn: ca.org4.example.com names: - C: US ST: "North Carolina" L: "Raleigh" - O: org3.example.com + O: org4.example.com OU: hosts: - localhost - - org3.example.com + - org4.example.com ca: expiry: 131400h pathlength: 1