Questions tagged [hyperledger-fabric-ca]
368 questions
13
votes
3 answers
how certificates get derived from the real fabric-ca-server certificate in hfc-key-store in hyperledger?
I'd like to explain what I understand correctly first and if I'm right, please tell me the truth and if I'm mistaken, tell me also that I'm mistaken. My explanation is about how hyperledger network and node sdk works together and how node sdk…

Nika Kurashvili
- 6,006
- 8
- 57
- 123
6
votes
1 answer
Hyperledger Fabric docs on Membership Service Provider - Questions
I read the docs on Hyperledger Fabric Membership Service Providers (MSPs) and not everything was really clear to me.
The link to the part of the docs on MSPs is this:…

Michael
- 799
- 1
- 7
- 16
6
votes
4 answers
What is diffrence between enrolling and registering a certificate in Hyperledger fabric CA
What exactly is difference between enrolling and registering a certificate in Hyperledger Fabric CA. I am new to cryptography and i am really confused about the working of Fabric CA. Also how are certificates generated via cryptogen is diffrent from…

Asad Hayat
- 123
- 1
- 6
5
votes
1 answer
Health Check on Fabric CA
I have a hyperledger fabric network v2.2.0 deployed with 2 peer orgs and an orderer org in a kubernetes cluster. Each org has its own CA server. The CA pod keeps on restarting sometimes. In order to know whether the service of the CA server is…

Soundarya
- 153
- 1
- 2
- 12
5
votes
1 answer
Registration/Login using Oath or email/password with hyperledger-fabric-ca
I'm new to Hyperledger Fabric development and I'm trying to make a user friendly registration.
For example:
+ Using Oauth from google account.
+ Or using traditional email-password registration.
I've read the hyperledger fabric document and…

つきがきれいだね
- 51
- 4
4
votes
1 answer
Unable to start Hyperledger Orderer - administrators must be declared when no admin ou classification is set
I'm trying to start my HLF network in K8s. When setting everything up on ordered startup I'm getting the following error:
Main -> PANI 005 Failed validating bootstrap block: initializing channelconfig failed: could not create channel Consortiums…

Sniady
- 1,633
- 1
- 12
- 21
4
votes
1 answer
Error while migrating form kafka to RAFT in Hyperledger fabirc
I am migrating from kafka to raft, When I have changed state from "NORMAL" to "STATE_MAINTENANCE" and created the final expected envelope as per the procedure.
Note: We are using BYFN script
HF version: 1.4.3
My CLI pointed to Org1MSP, I signed…

PAVAN
- 771
- 4
- 14
4
votes
1 answer
What is the difference between hf.Registrar.Roles and hf.Registrar.DelegateRoles in the Fabric CA?
As far as I understand the hf.Registrar.Roles attribute defines the roles that the identity I'm creating can register when this identity in-turn registers new identities. What does the hf.Registrar.DelegateRoles attribute define? Any research online…

abhi
- 431
- 5
- 11
4
votes
1 answer
Hyperledger Fabric CA: x509: certificate is valid for rca-ord, not localhost
we have started an instance of fabric-ca-server with following settings in docker-compose.yml
version: '2'
networks:
test:
services:
myservice:
container_name: my-container
image: hyperledger/fabric-ca
command: /bin/bash -c…

morpheus
- 18,676
- 24
- 96
- 159
4
votes
1 answer
User registration & login in Hyperledger fabric
I am working on a project where I need the functionality of user registration and user login. I need some suggestion. What would be the better way of achieving this task?
A.) Old school email & password OR B.) By using public & private keys?
What…

Akshay Sood
- 6,366
- 10
- 36
- 59
4
votes
2 answers
How to start intermediate ca using docker-compose?
The steps which I have followed:
1) started the fabric with 1-ca(which is root ca), 1-orderer, 1-peer and 1-couchdb
2) I attached the shell to ca which is root and fire the 2 commands to
register the intermediate ca.
fabric-ca-client…

Honey Shah
- 421
- 2
- 14
4
votes
1 answer
Hyperledger Fabric SDK - https & TLS Cert / Key
Note: I am using the Go SDK, but this should apply to Node, Java, etc. SDKs.
I am using a fabric-ca instance as my Certificate Authority, and for a realistic production environment I need to use a secure connection.
Based on the config-e2e.yaml…

sean
- 3,484
- 5
- 27
- 45
3
votes
1 answer
Failed to enroll admin, error:%o message=Calling enroll endpoint failed, CONNECTION Timeout
I am running my fabric network on kubernetes and I have setup ca servers for all the organisations. I am able to register and enroll the user from the cli but when i am using the fabric-ca-client library with nodejs to register and enroll the users.…

Aditya Joshi
- 1,033
- 7
- 20
3
votes
1 answer
Why is it highly discouraged to be an application and orderer organization at the same time?
Let's take the scenario of 3 equitable organizations, i.e., each organization runs peers and should be equally involved in the ordering process.
For me, it feels quite natural to configure those 3 organizations to have an orderer node and some…

haggis
- 407
- 2
- 20
3
votes
1 answer
Hyperledger Fabric v2 new chaincode lifecycle install problem with dind vm endpoint + tls
having trouble with new v2 chaincode lifecycle, I am using docker vm dind endpoint https://127.0.0.1 with tls on, peer has all docker client crypto material…

libnull-dev
- 881
- 1
- 7
- 19