fabric-samples/ci/templates/install_deps_hsm_ca.yml
sapthasurendran 9d2e4d09b0 added pkcs11 enabled ca
Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>
2022-06-28 21:21:07 +05:30

8 lines
No EOL
240 B
YAML

#
# 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