mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 11:05:10 +00:00
added pkcs11 enabled ca
Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>
This commit is contained in:
parent
85e5691d89
commit
9d2e4d09b0
2 changed files with 9 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- template: templates/install-deps.yml
|
- template: templates/install-deps.yml
|
||||||
|
- template: templates/install_deps_hsm_ca.yml
|
||||||
- script: sudo apt-get install softhsm2
|
- script: sudo apt-get install softhsm2
|
||||||
displayName: Install SoftHSM
|
displayName: Install SoftHSM
|
||||||
- script: ../ci/scripts/run-test-network-basic.sh
|
- script: ../ci/scripts/run-test-network-basic.sh
|
||||||
|
|
|
||||||
8
ci/templates/install_deps_hsm_ca.yml
Normal file
8
ci/templates/install_deps_hsm_ca.yml
Normal 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
|
||||||
Loading…
Reference in a new issue