$ cd /path/to/fabric-ca; make docker
The server directory contains a docker-compose file to run the fabric-ca-server. To start the server:
$ cd path/to/fabric-ca/docker/server; docker-compose up
This example generic client and server flows. To run the example:
$ cd path/to/fabric-ca/docker/examples/client-server-flow; docker-compose up
This work is licensed under a Creative Commons Attribution 4.0 International License.
s