Details
-
Bug
-
Status: Closed
-
Medium
-
Resolution: Done
-
v1.0.0
-
None
Description
cryptogen currently generates root CAs for each organization and uses the current time for the not valid before date. This works fine when you only use cryptogen, but if you then try to use the CA certs with fabric-ca, clients who enroll will have their transactions rejected since their certificate will be valid before the CA which signed it (fabric-ca sets not valid before to current time - 5 min).