How to Create a Snapshot in Hyperledger Fabric — Unable to Find Valid Certificate #5204
Unanswered
hamidrgholipour
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm trying to create a snapshot using the following command:
peer snapshot submitrequest -c test-channel -b 15
--peerAddress peer01.test:7051
--tlsRootCertFile
However, I'm facing TLS handshake and authorization issues depending on which certificate I use.
🔧 Deployment Context:
❌ Issues I'm Facing:
failed verifying that the signed data identity satisfies local MSP principal with policy [Admins]:
The identity is not an admin under this MSP [testnMSP]
When using an Admin user's cert :
🔍 What I've Tried:
💬 My Question:
How can I correctly find and use the certificate required for:
Any guidance on how to:
would be greatly appreciated!
Thanks in advance!
Let me know if you need any logs or cert details.
Beta Was this translation helpful? Give feedback.
All reactions