Skip to content

Commit

Permalink
Update peerchecklist.md (hyperledger#2656)
Browse files Browse the repository at this point in the history
modify "tp" to "to"

Signed-off-by: CoreyLin <514971757@qq.com>
  • Loading branch information
CoreyLin authored and AllFi committed Jul 15, 2021
1 parent f053b87 commit bb9ab58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/deploypeer/peerchecklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ In the unlikely case where two peers are running on the same node, you need to m
- **`operations.listenAddress:`** (Required when using the operations service.) Specify the address and port of the operations server.
- **`operations.tls.cert.file*:`** (Required when using the operations service). Can be the same file as the `peer.tls.cert.file`.
- **`operations.tls.key.file*:`** (Required when using the operations service). Can be the same file as the `peer.tls.key.file`.
- **`operations.tls.clientAuthRequired*:`** (Required when using the operations service). Must be set tp `true` to enable mutual TLS between the client and the server.
- **`operations.tls.clientAuthRequired*:`** (Required when using the operations service). Must be set to `true` to enable mutual TLS between the client and the server.
- **`operations.tls.clientRootCAs.files*:`** (Required when using the operations service). Similar to the [peer.tls.clientRootCAs.files](#tls), it contains a list of client root CA certificates that can be used to verify client certificates. If the client enrolled with the peer organization CA, then this value is the peer organization root CA cert.

## metrics.*
Expand Down

0 comments on commit bb9ab58

Please sign in to comment.