0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

OrdererとPeerのファイル構成

Last updated at Posted at 2018-11-14

OrdererとPeerのファイル構成

次の課題は、MSPの構築方法と、yamlファイルの定義を見ていくこと。

/
|-- etc
|   `-- hyperledger
|       `-- fabric
|           |-- configtx.yaml
|           |-- core.yaml
|           |-- etcdraft
|           |   |-- tls-client-1.pem
|           |   `-- tls-server-1.pem
|           |-- msp
|           |   |-- admincerts
|           |   |   `-- admincert.pem
|           |   |-- cacerts
|           |   |   `-- cacert.pem
|           |   |-- config.yaml
|           |   |-- keystore
|           |   |   `-- key.pem
|           |   |-- signcerts
|           |   |   `-- peer.pem
|           |   |-- tlscacerts
|           |   |   `-- tlsroot.pem
|           |   `-- tlsintermediatecerts
|           |       `-- tlsintermediate.pem
|           `-- orderer.yaml
|-- usr
|   `-- local
|       `-- bin
|           `-- orderer or peer
`-- var
    `-- hyperledger
        `-- production

17 directories, 13 files
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?