配置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

docker 环境搭建步骤的更多相关文章

  1. centos7系统下 docker 环境搭建

    运行环境: VMware Workstation Pro 在虚拟机中安装centos7系统, 选择最小安装, 网络连接方式选择的桥接(与宿主机在同一IP段)centos7一定要安装64位, docke ...

  2. Java Web 环境搭建步骤(超详细,包括前期安装步骤)

    Java Web 环境搭建步骤 安装对应版本的JDK 配置环境变量 本人安装的路径是C盘,在path中加入C:\Program Files\Java\jdk1.8.0_65\bin 测试配置成功,cm ...

  3. Linux vagrant+virtualbox环境搭建步骤

    Linux vagrant+virtualbox环境搭建步骤 Vagrant 是一款用来构建虚拟开发环境的工具,非常适合 php/python/ruby/java 这类语言开发 web 应用. 我们可 ...

  4. [转]MonkeyRunner在Windows下的Eclipse开发环境搭建步骤(兼解决网上Jython配置出错的问题)

    MonkeyRunner在Windows下的Eclipse开发环境搭建步骤(兼解决网上Jython配置出错的问题)   网上有一篇shangdong_chu网友写的文章介绍如何在Eclipse上配置M ...

  5. 在Android Studio上测试运行,Unity发布成Android包的环境搭建步骤

      我用的是unity5.4.3版本,jdk是1.8.0_131版本,Android-SDK是r24.4.1版本,Android-NDK是r13b版本,作者是刚开始写博客,希望对在unity摸索的人有 ...

  6. Windows2008 R2 X64 PHP环境搭建步骤

    Windows2008 R2 X64 PHP环境搭建步骤: 下载:Mysql5.7.23.PHP5.6.Zend.XCahe 一.安装MYSQL.导入数据: 解压MYsql压缩包,并新建Data目录, ...

  7. win7下docker环境搭建nginx+php-fpm+easyswoole+lavarel+mysql开发环境

    win7环境基础在上一篇win7下docker环境搭建nginx+php-fpm+easyswoole开发环境中已经详细叙述搭建完成 本篇文章将叙述如何在上述基础上搭建laravel开发环境,这个其实 ...

  8. Docker环境搭建以及基本操作

    Docker环境搭建以及基本操作 Docker环境基本搭建: 基础环境:Centos 7.4        IP:192.168.30.117 [root@docker ~]# cat /etc/re ...

  9. Hadoop分布环境搭建步骤,及自带MapReduce单词计数程序实现

    Hadoop分布环境搭建步骤: 1.软硬件环境 CentOS 7.2 64 位 JDK- 1.8 Hadoo p- 2.7.4 2.安装SSH sudo yum install openssh-cli ...

随机推荐

  1. ac自动机fail树上按询问建立上跳指针——cf963D

    解法看着吓人,其实就是为了优化ac自动机上暴力跳fail指针.. 另外这题对于复杂度的分析很有学习价值 /* 给定一个母串s,再给定n个询问(k,m) 对于每个询问,求出长度最小的t,使t是s的子串, ...

  2. NOIp2018集训test-10-20 (bike day6)

    B 君的第一题 lanzhou $x^{\frac{p-1}{2}}\equiv 1(mod\ p)$ $x\equiv x*x^{\frac{p-1}{2}} (mod\ p)$ $x\equiv ...

  3. STM32嵌入式开发学习笔记(七):串口通信(下)

    下面我们进行几个串口通信的实际应用. 实验一:发信实验,让开发板通过串口向电脑发送信息: #include <stdio.h> #include <stm32f10x.h> # ...

  4. opencv环境变量配置

    本文章由@浅墨_毛星云 出品  原文文章链接:http://blog.csdn.net/poem_qianmo/article/details/19809337 作者:毛星云(浅墨)    微博:ht ...

  5. 从pcap文件中分析出数据包

    import dpkt import struct import sys,os f=file(sys.argv[1],"rb") pcap=dpkt.pcap.Reader(f) ...

  6. 剑指offer第二版面试题11:旋转数组的最小数字(JAVA版)

    题目:把一个数组最开始的若干个元素搬到数组的末尾,我们称之为数组的旋转.输入一个递增排序的数组的一个旋转,输出旋转数组的最小元素.例如数组{3,4,5,1,2}为{1,2,3,4,5}的一个旋转,该数 ...

  7. PAT_A1139#First Contact

    Source: PAT A1139 First Contact (30 分) Description: Unlike in nowadays, the way that boys and girls ...

  8. ubuntu 搭建嵌入式开发环境tftp的方法

    网上很多安装的时候都要安装tftpd-hpa tftp-hpa xinetd三个安装包,经我测试,xinetd无需安装,安装好前两个后,修改tftpd-hpa的配置文件即可:etc/default/t ...

  9. Java 序列化和反序列化(一)Serializable 使用场景

    目录 Java 序列化和反序列化(一)Serializable 使用场景 1. 最简单的使用:Serializable 接口 2. 序列化 ID 的问题 3. 静态字段不会序列化 4. 屏蔽字段:tr ...

  10. FP-Tree -关联规则挖掘算法(转载)

    在关联规则挖掘领域最经典的算法法是Apriori,其致命的缺点是需要多次扫描事务数据库.于是人们提出了各种裁剪(prune)数据集的方法以减少I/O开支 支持度和置信度 严格地说Apriori和FP- ...