Tools, FAQ, Tutorials:
Prepare User Identity for Isabella
How to Prepare User Identity for Isabella?
✍: FYIcenter.com
If Isabella wants to run any application to use the chaincode
running the PaperNet, you to prepare a user identity for her.
An identity of an application user consists of a private key and a public key certificate issue by the CA node of the PaperNet.
Normally, Isabella needs ask the PaperNet admin to create an identity with two options:
1. PaperNet admin uses admin tools to:
2. PaperNet admin uses the CA service SDK to:
But this tutorial, the PaperNet admin chooses a lazy option. He decided to give Isabella the private key and password of the user identity of "User1@org1.example.com", which is pre-defined in the basic-network sample.
(magnetocorp admin)$ cd ~/hyperledger-binaries/fabric-samples/basic-network (magnetocorp admin)$ cd crypto-config/peerOrganizations/org1.example.com/users (magnetocorp admin)$ ls -l User1@org1.example.com/msp drwxrwxr-x 2 fyicenter 4096 Apr 1 23:01 admincerts drwxrwxr-x 2 fyicenter 4096 Apr 1 23:01 cacerts drwxrwxr-x 2 fyicenter 4096 Apr 1 23:01 keystore drwxrwxr-x 2 fyicenter 4096 Apr 1 23:01 signcerts drwxrwxr-x 2 fyicenter 4096 Apr 1 23:01 tlscacerts
Hope that the certificate is not expired by the time you are running this tutorial.
Â
⇒ Create Identity Wallet for Isabella
⇠Install Node.js Application Dependencies
⇑ commercial-paper Sample Network
⇑⇑ Hyperledger Tutorials
2019-11-21, 788👍, 0💬
Popular Posts:
How to use the XML to JSON Conversion Tool at jsonformatter.org? If you want to try the XML to JSON ...
FYIcenter JSON Validator and Formatter is an online tool that checks for syntax errors of JSON text ...
How to Instantiate Chaincode on BYFN Channel? You can follow this tutorial to Instantiate Chaincode ...
How to search for the first match of a regular expression using re.search()? The re.search() functio...
How to use the "forward-request" Policy Statement to call the backend service for an Azure API servi...