fabric-ca icon indicating copy to clipboard operation
fabric-ca copied to clipboard

Results 31 fabric-ca issues
Sort by recently updated
recently updated
newest added

#### Documentation update #### Description I found that the operations service exposes /healthz and /version endpoint similar to peer and orderer. But it is not mentioned in the documentation. So...

Currently, Fabric-CA generates an Idemix MSP folder structure and file content that Fabric is not able to load. Namely: - The content of `SignerConfig` is encoded in json, Fabric expected...

…guments Signed-off-by: Rohan Shrothrium #### Type of change - Bug fix #### Description When we initialise a fabric ca server with an admin and adminpw, if they have special characters...

#### Type of change - Documentation update #### Description The `-d` flag is used by default in test/demo materials such as hyperledger/fabric-samples, so having the the flag be hidden from...

I'm replicating this tutorial on a machine with centos and it works well till I've to start a the orderer, if I don't add a https://hyperledger-fabric-ca.readthedocs.io/en/latest/operations_guide.html#setup-cas If I follow the...

/api/v1/certificates?id=&aki=&serial=&revoked_start=&revoked_end=&expired_start=&expired_end=&notexpired=&notrevoked=&ca= 401 25 "Invalid token in authorization header: Invalid token format; expecting 2 parts separated by '.'"

Hello, I'm trying to setup a fabric-ca-server with AWS CloudHSM: I use the library cloudhsm-pkcs11 v5.2.1-2 on ubuntu 18.04 (there are no more recent ubuntu versions supported by AWS cloudHSM...

The fabric-ca-server has a dependency on glibc 2.28, so when trying to run it you get ``` /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by bin/fabric-ca-server) ``` The problem is likely...

In the documentation for getting started the following is defined ``` Go 1.10+ installation GOPATH environment variable is set correctly libtool and libtdhl-dev packages are installed ``` However Go 1.16...

docs

#### Type of change - Bug fix #### Description Add server config option passfile. This config will take precedence over password and will not be stored in the generated yaml....