zoukankan      html  css  js  c++  java
  • docker 环境搭建步骤

    配置CA:

    zhaoweipeng@bogon:~$ ls
    106 baseos.tar fabric-sdk fabric-sdk (1).tar fixture_106
    zhaoweipeng@bogon:~$ cd fixture_106/s
    sample_chaincode_endorsement_policies/ sdkintegration/ src/
    zhaoweipeng@bogon:~$ cd fixture_106/sdkintegration/
    e2e-2Orgs/ gocc/ gocc-bk/ javacc/ peer-base/
    zhaoweipeng@bogon:~$ cd fixture_106/sdkintegration/e2e-2Orgs/
    channel/ tls/
    zhaoweipeng@bogon:~$ cd fixture_106/sdkintegration/e2e-2Orgs/channel/crypto-config/peerOrganizations/org
    org1.example.com/ org2.example.com/
    zhaoweipeng@bogon:~$ cd fixture_106/sdkintegration/e2e-2Orgs/channel/crypto-config/peerOrganizations/org
    org1.example.com/ org2.example.com/
    zhaoweipeng@bogon:~$ cd fixture_106/sdkintegration/e2e-2Orgs/channel/crypto-config/peerOrganizations/org1.example.com/
    ca/ msp/ peers/ tlsca/ users/
    zhaoweipeng@bogon:~$ cd fixture_106/sdkintegration/e2e-2Orgs/channel/crypto-config/peerOrganizations/org1.example.com/
    ca/ msp/ peers/ tlsca/ users/
    zhaoweipeng@bogon:~$ cd fixture_106/sdkintegration/e2e-2Orgs/channel/crypto-config/peerOrganizations/org1.example.com/
    ca/ msp/ peers/ tlsca/ users/
    zhaoweipeng@bogon:~$ cd fixture_106/sdkintegration/e2e-2Orgs/channel/crypto-config/peerOrganizations/org1.example.com/ca/
    zhaoweipeng@bogon:~/fixture_106/sdkintegration/e2e-2Orgs/channel/crypto-config/peerOrganizations/org1.example.com/ca$ ls
    c1736faa0b2c6c0b144339e616d261b1ceef810dda1495f64cc4f6b8a200388d_sk ca.org1.example.com-cert.pem
    zhaoweipeng@bogon:~/fixture_106/sdkintegration/e2e-2Orgs/channel/crypto-config/peerOrganizations/org1.example.com/ca$ pwd
    /home/zhaoweipeng/fixture_106/sdkintegration/e2e-2Orgs/channel/crypto-config/peerOrganizations/org1.example.com/ca

  • 相关阅读:
    XMLHttpRequest 跨域问题
    jQuery+AJAX实现纯js分页功能
    PHP验证码
    PHP基础
    UIView易忽略点
    UITableView  优化
    SpringBoard界面层级结构分析
    给App在“设置”中添加选项(类似招行App)
    通过USB线SSH登陆到越狱手机上(命令行模式的),不通过wifi
    在IOS项目中使用Lua
  • 原文地址:https://www.cnblogs.com/lovelanglangyou/p/9078741.html
Copyright © 2011-2022 走看看