github.com/kaituanwang/hyperledger@v2.0.1+incompatible/docs/source/commands/fabric-ca-commands.rst (about) 1 Fabric-CA Commands 2 ================== 3 4 The Hyperledger Fabric CA is a Certificate Authority (CA) for Hyperledger Fabric. 5 The commands available for the fabric-ca client and fabric-ca server are described 6 in the links below. 7 8 Fabric-CA Client 9 ^^^^^^^^^^^^^^^^^ 10 11 The fabric-ca-client command allows you to manage identities (including attribute management) 12 and certificates (including renewal and revocation). 13 14 More information on ``fabric-ca-client`` commands can be found `here <https://hyperledger-fabric-ca.readthedocs.io/en/release-1.4/clientcli.html#fabric-ca-client-s-cli>`__. 15 16 Fabric-CA Server 17 ^^^^^^^^^^^^^^^^^ 18 19 The fabric-ca-server command allows you to initialize and start a server process which may host 20 one or more certificate authorities. 21 22 More information on ``fabric-ca-server`` commands can be found `here <https://hyperledger-fabric-ca.readthedocs.io/en/release-1.4/servercli.html#fabric-ca-server-s-cli>`__. 23 24 .. Licensed under Creative Commons Attribution 4.0 International License 25 https://creativecommons.org/licenses/by/4.0/