Tools, FAQ, Tutorials:
Install 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
2019-10-18, ∼2378🔥, 0💬
Popular Posts:
What Happens If One Row Has Missing Columns? What happens if one row has missing columns? Most brows...
What is test testing area for? The testing area is provided to allow visitors to post testing commen...
Where to get the detailed description of the JSON.stringify() Function in JavaScript? Here is the de...
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...
What is EPUB 3.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 3.0 Metadata "dc:publisher" ...