Tools, FAQ, Tutorials:
Insatll Fabric CA Server and Client
How to install Fabric CA Server and Client binaries?
✍: FYIcenter.com
You can follow this tutorial to install Fabric CA Server and Client binaries.
1. Install both the fabric-ca-server and fabric-ca-client binaries in $GOPATH/bin.
$ go get -u github.com/hyperledger/fabric-ca/cmd/... $ cd $GOPATH $ ls -l ./bin -rwxrwxr-x 1 fyicenter 20385184 Apr 1 14:38 fabric-ca-client -rwxrwxr-x 1 fyicenter 24376080 Apr 1 14:38 fabric-ca-server
2. Verify installed binaries:
$ ./bin/fabric-ca-server version fabric-ca-server: Version: 1.4.2 Go version: go1.11.5 OS/Arch: linux/amd64 $ ./bin/fabric-ca-client version fabric-ca-client: Version: 1.4.2 Go version: go1.11.5 OS/Arch: linux/amd64
Â
⇒ Start Fabric CA Server Natively
⇠Requirements for Fabric CA Server and Client
⇑ Fabric CA (Certificate Authority)
⇑⇑ Hyperledger Tutorials
2019-10-18, 834👍, 0💬
Popular Posts:
How to add a new operation to an API on the Publisher Dashboard of an Azure API Management Service? ...
How to dump (or encode, serialize) a Python object into a JSON string using json.dumps()? The json.d...
Where to find tutorials on the 2017 version of API Management Services at Azure Portal? Here is a li...
Can You Add Values to an Array without Keys in PHP? Can You Add Values to an Array with a Key? The a...
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...