I want 4 intermediate CAs for a peer organization: ICA1, ICA2, ICA3 and ICA4
- one for every Node OU (peer, orderer, admin and client).
Let's say if I place ICA1
as the cacerts
attribute in the Peer Node OU of the channel configuration, then will a peer
identity under a different ICA
(ICA2
, ICA3
or ICA4
), be able to satisfy a policy which says signature of "OrgMSP.peer"
?
- If yes, then how can I make sure that only the set of roles under a specific department can satisfy a policy given by
OrgMSP.<role>
? I do not wish to create an MSP definition for every department or team in the organization. So, is it achievable without that? - If no, then can I also specify a group of ICAs in the Node OU configuration of the channel for a particular OU so that I can leverage very complex policies like
"Signature of one-of 'OrgMSP.peer'"
and let's say that here,cacerts
property for thepeer
OU will be ICA1 and ICA3. Is this achievable?