Tools, FAQ, Tutorials:
Fabric CA Client Wallet
Where is the Fabric CA Client Wallet that stores identities and certificates used to access the Fabric CA Server?
✍: FYIcenter.com
The Fabric CA Client Wallet is stored in the "msp" sub-directory
in the $FABRIC_CA_CLIENT_HOME directory or the default location
of $HOME/.fabric-ca-client.
The Fabric CA Client Wallet has the following sub-directories:
$ cd fabric-ca/native-client/admin $ ls -l msp -rw-r--r-- 1 fyicenter 843 Apr 1 18:06 IssuerPublicKey -rw-r--r-- 1 fyicenter 215 Apr 1 18:06 IssuerRevocationPublicKey drwxr-xr-x 2 fyicenter 4096 Apr 1 18:06 cacerts drwx------ 2 fyicenter 4096 Apr 1 18:06 keystore drwxr-xr-x 2 fyicenter 4096 Apr 1 18:06 signcerts drwxr-xr-x 2 fyicenter 4096 Apr 1 15:38 user
The private key and certificate of the "admin" identity is stored under "keystore" and "signcerts" directories:
$ ls -l msp/keystore -rw------- 1 fyicenter 241 Apr 1 18:06 629cc4812c50fbc2cd788fbf061146df36ce...ca_sk $ ls -l msp/signcerts -rw-r--r-- 1 fyicenter 843 Apr 1 18:06 cert.pem
⇒ "fabric-ca-client certificate list" - List Certificates
⇐ "fabric-ca-client enroll" Error - "Failed to insert"
2019-09-27, 1104🔥, 0💬
Popular Posts:
What's Wrong with "while ($c=fgetc($f)) {}" in PHP? If you are using "while ($c=fgetc($f)) {}" to lo...
How to use the Atom Online Validator at w3.org? w3.org feed validation service is provided at http:/...
How to send an FTP request with the urllib.request.urlopen() function? If an FTP server supports ano...
How to use the RSS Online Validator at w3.org? You can follow this tutorial to learn how to use the ...
How to install "The Windows SDK version 8.1"? I need to build my Visual Studio C++ applications. If ...