added pkcs11 enabled ca

Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>
This commit is contained in:
sapthasurendran 2022-06-28 21:21:07 +05:30
parent 85e5691d89
commit 9d2e4d09b0
2 changed files with 9 additions and 0 deletions

View file

@ -124,6 +124,7 @@ jobs:
steps:
- template: templates/install-deps.yml
- template: templates/install_deps_hsm_ca.yml
- script: sudo apt-get install softhsm2
displayName: Install SoftHSM
- script: ../ci/scripts/run-test-network-basic.sh

View file

@ -0,0 +1,8 @@
#
# SPDX-License-Identifier: Apache-2.0
#
steps:
- template: install_deps_hsm.yml
- script: go install -tags pkcs11 github.com/hyperledger/fabric-ca/cmd/fabric-ca-client@latest
displayName: Install Fabric-ca-client with HSM Support