https://github.com/webankblockchain/governance-cert
提供了证书生命周期管理的解决方案,规范证书签发流程,支持证书托管,支持多种签名算法,方便个人或企业使用。
https://github.com/webankblockchain/governance-cert
blockchain blockchain-governance certificate governance mcgf webank-blockchain x509
Last synced: 3 months ago
JSON representation
提供了证书生命周期管理的解决方案,规范证书签发流程,支持证书托管,支持多种签名算法,方便个人或企业使用。
- Host: GitHub
- URL: https://github.com/webankblockchain/governance-cert
- Owner: WeBankBlockchain
- License: apache-2.0
- Created: 2020-09-12T02:09:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T02:48:12.000Z (over 3 years ago)
- Last Synced: 2024-04-24T03:16:28.113Z (over 1 year ago)
- Topics: blockchain, blockchain-governance, certificate, governance, mcgf, webank-blockchain, x509
- Language: Java
- Homepage: https://governance-doc.readthedocs.io/zh_CN/latest/docs/WeBankBlockchain-Governance-Cert/index.html
- Size: 154 KB
- Stars: 19
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: change_log.md
- License: LICENSE
Awesome Lists containing this project
README
# 组件介绍
WeBankBlockchain-Governance-Cert提供了证书生命周期管理的解决方案,规范证书签发流程,支持证书托管,支持多种签名算法,方便个人或企业使用。
## 关键特性
- 支持多种密钥和签名算法
- 支持证书托管
- 支持多级证书签发
- 支持证书重置## 环境要求
在使用本组件前,请确认系统环境已安装相关依赖软件,清单如下:
| 依赖软件 | 说明 | 备注 |
| ---------- | ------------------------------------------------------------ | ---- |
| Bash | 需支持Bash(理论上来说支持所有ksh、zsh等其他unix shell,但未测试) | |
| Java | \>= JDK[1.8] | |
| Git | 下载的安装包使用Git | |
| MySQL | \>= mysql-community-server[5.7] | |## 文档
- [**中文**](https://governance-doc.readthedocs.io/zh_CN/latest/docs/WeBankBlockchain-Governance-Cert/index.html)
- [**cer-toolkit使用**](https://governance-doc.readthedocs.io/zh_CN/latest/docs/WeBankBlockchain-Governance-Cert/quickstart1.html)
- [**cert-mgr使用**](https://governance-doc.readthedocs.io/zh_CN/latest/docs/WeBankBlockchain-Governance-Cert/quickstart2.html)## 贡献代码
欢迎参与本项目的社区建设:
- 如项目对您有帮助,欢迎点亮我们的小星星(点击项目左上方Star按钮)。
- 欢迎提交代码(Pull requests)。
- [提问和提交BUG](https://github.com/WeBankBlockchain/Governance-Cert/issues)。
- 如果发现代码存在安全漏洞,请在[这里](https://security.webank.com)上报。## License
开源协议为[Apache License 2.0](http://www.apache.org/licenses/). 详情参考[LICENSE](../LICENSE)。