ORG4 fabric ca server

This commit is contained in:
Kurt Seifried 2021-03-10 20:31:06 -07:00
parent 07e3fcff04
commit 5d9ef2f5e5
No known key found for this signature in database
GPG key ID: F15CADC4A00F8174

View file

@ -40,7 +40,10 @@
version: 1.2.0 version: 1.2.0
# Server's listening port (default: 7054) # Server's listening port (default: 7054)
port: 11054 #
# 4 5 6
#
port: 13054
# Enables debug logging (default: false) # Enables debug logging (default: false)
debug: false debug: false
@ -80,7 +83,10 @@ tls:
############################################################################# #############################################################################
ca: ca:
# Name of this CA # Name of this CA
name: Org3CA #
# 4 5 6
#
name: Org4CA
# Key file (is only used to import a private key into BCCSP) # Key file (is only used to import a private key into BCCSP)
keyfile: keyfile:
# Certificate file (default: ca-cert.pem) # Certificate file (default: ca-cert.pem)
@ -242,6 +248,9 @@ affiliations:
- department2 - department2
org2: org2:
- department1 - department1
#
# 4 5 6
#
############################################################################# #############################################################################
# Signing section # Signing section
@ -301,16 +310,16 @@ signing:
# CA certificates though it can still issue end entity certificates. # CA certificates though it can still issue end entity certificates.
########################################################################### ###########################################################################
csr: csr:
cn: ca.org3.example.com cn: ca.org4.example.com
names: names:
- C: US - C: US
ST: "North Carolina" ST: "North Carolina"
L: "Raleigh" L: "Raleigh"
O: org3.example.com O: org4.example.com
OU: OU:
hosts: hosts:
- localhost - localhost
- org3.example.com - org4.example.com
ca: ca:
expiry: 131400h expiry: 131400h
pathlength: 1 pathlength: 1