Skip to content

Commit

Permalink
Correct HSM environment variables
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
(cherry picked from commit 398401d)
  • Loading branch information
Brett Logan authored and denyeart committed May 13, 2020
1 parent d1e1cbd commit c66bcda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/hsm.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ If you are connecting to softhsm2 using the Fabric orderer, you could set the fo

```
ORDERER_GENERAL_BCCSP_DEFAULT=PKCS11
ORDERER_GENERAL_PKCS11_LIBRARY=/etc/hyperledger/fabric/libsofthsm2.so
ORDERER_GENERAL_PKCS11_PIN=71811222
ORDERER_GENERAL_PKCS11_LABEL=fabric
ORDERER_GENERAL_BCCSP_PKCS11_LIBRARY=/etc/hyperledger/fabric/libsofthsm2.so
ORDERER_GENERAL_BCCSP_PKCS11_PIN=71811222
ORDERER_GENERAL_BCCSP_PKCS11_LABEL=fabric
```

If you are deploying your nodes using docker compose, after building your own
Expand Down

0 comments on commit c66bcda

Please sign in to comment.