@@ -183,7 +183,7 @@ organizations:
183183 # dynamic certificate management (enroll, revoke, re-enroll). The following section is only for
184184 # Fabric-CA servers.
185185 certificateAuthorities :
186- - ca- org1
186+ - ca. org1.example.com
187187
188188 # [Optional]. If the application is going to make requests that are reserved to organization
189189 # administrators, including creating/updating channels, installing/instantiating chaincodes, it
@@ -212,7 +212,7 @@ organizations:
212212 - peer0.org2.example.com
213213
214214 certificateAuthorities :
215- - ca- org2
215+ - ca. org2.example.com
216216
217217 # Orderer Org name
218218 ordererorg :
@@ -312,7 +312,7 @@ peers:
312312# Certificate Authority instead of Fabric-CA, in which case this section would not be specified.
313313#
314314certificateAuthorities :
315- ca- org1 :
315+ ca. org1.example.com :
316316 url : https://ca_peerOrg1:7054
317317 # the properties specified under this object are passed to the 'http' client verbatim when
318318 # making the request to the Fabric-CA server
@@ -381,8 +381,8 @@ certificateAuthorities:
381381 enrollId : admin
382382 enrollSecret : adminpw
383383 # [Optional] The optional name of the CA.
384- caName : ca- org1
385- ca- org2 :
384+ caName : ca. org1.example.com
385+ ca. org2.example.com :
386386 url : https://ca_peerOrg2:7054
387387 # the properties specified under this object are passed to the 'http' client verbatim when
388388 # making the request to the Fabric-CA server
@@ -402,4 +402,4 @@ certificateAuthorities:
402402 enrollId : admin
403403 enrollSecret : adminpw
404404 # [Optional] The optional name of the CA.
405- caName : ca- org2
405+ caName : ca. org2.example.com
0 commit comments