https://hyperledger-fabric-ca.readthedocs.io/en/latest/users-guide.html#initializing-the-server
I tried
fabric-ca-server init -b myID:myPW
but error occurred
fabric-ca-server command not found
I want to know
how to set FABRIC_CA_SERVER_HOME variable
where I have to try fabric-ca-server init -b myID:myPW
in what directory?
linux server is 18.04
go 1.10
export FABRIC_CA_SERVER_HOME=${HOME}/fabric-ca/server
cd ${GOPATH}/bin fabric-ca-server start -b admin:adminpw