fabric-samples/ci/templates/install-deps-hsm-ca.yml
sapthasurendran 934d71420d HSM template added
Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>
2022-06-29 12:52: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