mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 03:25:09 +00:00
ORG4 fabric ca server
This commit is contained in:
parent
07e3fcff04
commit
5d9ef2f5e5
1 changed files with 14 additions and 5 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue