Re: Retrieval of lost wallet user identities details #fabric-ca-client
Mark Lewis
https://stackoverflow.com/a/73236438/3680198
The user private keys contained in the wallet are, well... private. They don't exist anywhere else so unless you can recover the deleted MongoDB data, they are gone. You could re-enrol the lost user identities with the CA to issue new certificates for those users based on new private keys. |
|