Giter Site home page Giter Site logo

Comments (7)

fisco-dev avatar fisco-dev commented on June 2, 2024

V1.3.0版本的client.keystore生成方式
在V1.3.0中的sdk的client.keystore生成可以参考https://github.com/FISCO-BCOS/FISCO-BCOS/tree/master-1.3/cert中的sdk.sh

from web3sdk.

mingzhenliu avatar mingzhenliu commented on June 2, 2024

在depotsample和evidencesample中使用的web3sdk是V1.0.0版本需要
keytool -import -noprompt -trustcacerts -alias ca -file ca.crt -keystore client.keystore

from web3sdk.

skybluues avatar skybluues commented on June 2, 2024

sdk.sh 中的这条命令“keytool -importkeystore -destkeystore client.keystore -srckeystore keystore.p12 -srcstoretype pkcs12 -alias client”,能生成client.keystore?

from web3sdk.

mingzhenliu avatar mingzhenliu commented on June 2, 2024

可以的

from web3sdk.

skybluues avatar skybluues commented on June 2, 2024

我运行脚本后,只生成了ca.crt\keystore.p12和其他一些已sdk开头的文件,是哪里出问题了吗

from web3sdk.

mingzhenliu avatar mingzhenliu commented on June 2, 2024

单独执行下,看看报了什么错误。

from web3sdk.

mingzhenliu avatar mingzhenliu commented on June 2, 2024

keystore.p12 是有密码的 你在import的时候需要先输入keystore.p12的密码,然后为client.keystore设置一个密码

from web3sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.