|
#hsm #raft Raft and HSM in the same network
#hsm
#raft
I have created product feature some time back ( https://jira.hyperledger.org/browse/FAB-16102 ), currently it resides in Backlog. You can probably up vote it :) . Thanks.
I have created product feature some time back ( https://jira.hyperledger.org/browse/FAB-16102 ), currently it resides in Backlog. You can probably up vote it :) . Thanks.
|
By
vtech
· #7382
·
|
|
#hsm #raft Raft and HSM in the same network
#hsm
#raft
Done :) Though I don't expect it to be solved anytime soon :( Thanks anyway, glad to see I'm not the only one in need of this
Done :) Though I don't expect it to be solved anytime soon :( Thanks anyway, glad to see I'm not the only one in need of this
|
By
...
· #7384
·
|
|
#hsm #fabric-sdk-node #fabric Admin user and HSM
#hsm
#fabric-sdk-node
#fabric
Hi all, I've been trying to plug fabric to an HSM to avoid having the private keys stored in the file system of the components (except the TLS ones since it is currently not possible to do the same fo
Hi all, I've been trying to plug fabric to an HSM to avoid having the private keys stored in the file system of the components (except the TLS ones since it is currently not possible to do the same fo
|
By
...
· #7390
·
|
|
#hsm #fabric-sdk-node #fabric Admin user and HSM
#hsm
#fabric-sdk-node
#fabric
The peer CLI currently uses the same config as the peer. If you point the peer CLI at a core.yaml file which uses PKCS11 for the BCCSP (same as you would do for the peer), then things should work. If
The peer CLI currently uses the same config as the peer. If you point the peer CLI at a core.yaml file which uses PKCS11 for the BCCSP (same as you would do for the peer), then things should work. If
|
By
...
· #7392
·
|
|
#hsm #fabric-sdk-node #fabric Admin user and HSM
#hsm
#fabric-sdk-node
#fabric
Thank you Gari for your quick reply. So from what I understand, since I created my admin user using the fabric-ca-client plugged to the HSM. If I configure the peer CLI command so that it uses the sam
Thank you Gari for your quick reply. So from what I understand, since I created my admin user using the fabric-ca-client plugged to the HSM. If I configure the peer CLI command so that it uses the sam
|
By
...
· #7393
·
|
|
#hsm #fabric-sdk-node #fabric Admin user and HSM
#hsm
#fabric-sdk-node
#fabric
The Node, Java and Go SDKs all have the ability to use HSMs. The Go SDK uses a similar config to the peer as it basically embeds the bccsp code. The Node SDK allows you to pass in a PKCS11 crypto suit
The Node, Java and Go SDKs all have the ability to use HSMs. The Go SDK uses a similar config to the peer as it basically embeds the bccsp code. The Node SDK allows you to pass in a PKCS11 crypto suit
|
By
...
· #7394
·
|
|
Fabric CA HSM integration
#fabric-ca
#hsm
Hello, I am trying to integrate our HSM with the Fabric CA, but I can't seem to make it work. I am following the configuration I found in several places, including in the HSM documentation, the HSM co
Hello, I am trying to integrate our HSM with the Fabric CA, but I can't seem to make it work. I am following the configuration I found in several places, including in the HSM documentation, the HSM co
|
By
...
· #6306
·
|
|
Fabric CA HSM integration
#fabric-ca
#hsm
Try setting default to “pkcs11” rather than “PKCS11” Gari Singh garis@... 978-846-7499
Try setting default to “pkcs11” rather than “PKCS11” Gari Singh garis@... 978-846-7499
|
By
...
· #6307
·
|
|
Fabric CA HSM integration
#fabric-ca
#hsm
Hi florian, What version of fabric-ca source code are you using? From the following line in the error message you pasted, it indicates that pkcs11 was not actualy enabled when fabric-ca-server was bui
Hi florian, What version of fabric-ca source code are you using? From the following line in the error message you pasted, it indicates that pkcs11 was not actualy enabled when fabric-ca-server was bui
|
By
...
· #6312
·
|
|
#hsm #raft Raft and HSM in the same network
#hsm
#raft
Is it planned in some future release to fix this (2.x.x)?
Is it planned in some future release to fix this (2.x.x)?
|
By
...
· #7339
·
|
|
#hsm #raft Raft and HSM in the same network
#hsm
#raft
You can't use HSM to store TLS keys. From: "Jean-Gaël Dominé" <jgdomine@...> To: fabric@... Date: 12/06/2019 03:55 PM Subject: [EXTERNAL] [Hyperledger Fabric] #hsm #raft Raf
You can't use HSM to store TLS keys. From: "Jean-Gaël Dominé" <jgdomine@...> To: fabric@... Date: 12/06/2019 03:55 PM Subject: [EXTERNAL] [Hyperledger Fabric] #hsm #raft Raf
|
By
Yacov
· #7336
·
|
|
#hsm #raft Raft and HSM in the same network
#hsm
#raft
Hi everyone, I'm currently trying to set up a network using Raft and HSM. Before adding HSM, everything was correctly working. But when adding HSM, the private keys are not mounted on the containers a
Hi everyone, I'm currently trying to set up a network using Raft and HSM. Before adding HSM, everything was correctly working. But when adding HSM, the private keys are not mounted on the containers a
|
By
...
· #7335
·
|
|
#hsm #raft Raft and HSM in the same network
#hsm
#raft
Thanks for the feedback. But why is that? Technical limit? Something not implemented yet? Because from what I understood, the private keys should not be directly on the component's file system and tha
Thanks for the feedback. But why is that? Technical limit? Something not implemented yet? Because from what I understood, the private keys should not be directly on the component's file system and tha
|
By
...
· #7337
·
|
|
#hsm #raft Raft and HSM in the same network
#hsm
#raft
It was not implemented From: "Jean-Gaël Dominé" <jgdomine@...> To: fabric@... Date: 12/06/2019 08:53 PM Subject: [EXTERNAL] Re: [Hyperledger Fabric] #hsm #raft Raft and HSM
It was not implemented From: "Jean-Gaël Dominé" <jgdomine@...> To: fabric@... Date: 12/06/2019 08:53 PM Subject: [EXTERNAL] Re: [Hyperledger Fabric] #hsm #raft Raft and HSM
|
By
Yacov
· #7338
·
|
|
Connecting DLT Adapter with an HSM Enabled Network
#fabric-questions
#hsm
#fabric-ca
Hi everyone, I have created a softhsm enabled fabric network. Now that I DON'T have the admin-cert and admin-private-key in a file, how can I connect with the network from a dlt-adapter without them o
Hi everyone, I have created a softhsm enabled fabric network. Now that I DON'T have the admin-cert and admin-private-key in a file, how can I connect with the network from a dlt-adapter without them o
|
By
Faisal
· #6733
·
|
|
Hyperleger Fabric 1.4.4 : unable to configure HSM with fabric ca
#hsm
#fabric-ca
#fabric
Hi Team, We are trying to configure pkcs11 HSM key with fabric-ca client but getting following error. "Error: Failed to get BCCSP with opts: Could not find BCCSP, no 'pkcs11' provider" We have execute
Hi Team, We are trying to configure pkcs11 HSM key with fabric-ca client but getting following error. "Error: Failed to get BCCSP with opts: Could not find BCCSP, no 'pkcs11' provider" We have execute
|
By
Kumari Shweta
· #9070
·
|
|
Hyperleger Fabric 1.4.4 : unable to configure HSM with fabric ca
#hsm
#fabric-ca
#fabric
With bccsp, you cannot used environment variable overrides unless you actually have the keys/fields defined in the configuration file (fabric-ca-server-config.yaml). The default fabric-ca-server-confi
With bccsp, you cannot used environment variable overrides unless you actually have the keys/fields defined in the configuration file (fabric-ca-server-config.yaml). The default fabric-ca-server-confi
|
By
...
· #9071
·
|
|
Hyperleger Fabric 1.4.4 : unable to configure HSM with fabric ca
#hsm
#fabric-ca
#fabric
Have you updated the fabric-ca config file to also include the config block for PKCS11? In order for you to be able to over a config property with an environment variable, the keys have to at least ex
Have you updated the fabric-ca config file to also include the config block for PKCS11? In order for you to be able to over a config property with an environment variable, the keys have to at least ex
|
By
...
· #9072
·
|
|
Hyperledger Fabric with SoftHSM2
#fabric
#hsm
Hi I have been trying to get Hyperledger Fabric (v2.0.1) to connect to SoftHSM2 (v2.5.0), but haven't been successful at that. The main purpose is to create a secret key for symmetric encryption/decry
Hi I have been trying to get Hyperledger Fabric (v2.0.1) to connect to SoftHSM2 (v2.5.0), but haven't been successful at that. The main purpose is to create a secret key for symmetric encryption/decry
|
By
pchomsinsap@...
· #9427
·
|
|
Using softHSM with orderer/peer
#hsm
Hi Shantanu, You can go through the documentation to understand the flow: https://hyperledger-fabric.readthedocs.io/en/release-2.2/hsm.html#using-a-hardware-security-module-hsm If you use Fabric CA yo
Hi Shantanu, You can go through the documentation to understand the flow: https://hyperledger-fabric.readthedocs.io/en/release-2.2/hsm.html#using-a-hardware-security-module-hsm If you use Fabric CA yo
|
By
Tsvetan Georgiev
· #9830
·
|