From c66bcdacec786f7f39cad42a157967fbf363298e Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Tue, 12 May 2020 17:05:08 -0400 Subject: [PATCH] Correct HSM environment variables Signed-off-by: Brett Logan (cherry picked from commit 398401d35d475a894cf755ef39f377d028ea7bf8) --- docs/source/hsm.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/hsm.md b/docs/source/hsm.md index ed6368ddafa..a7cec88c159 100644 --- a/docs/source/hsm.md +++ b/docs/source/hsm.md @@ -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