An open API service indexing awesome lists of open source software.

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

提供了证书生命周期管理的解决方案,规范证书签发流程,支持证书托管,支持多种签名算法,方便个人或企业使用。

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
![license](http://img.shields.io/badge/license-Apache%20v2-blue.svg)

开源协议为[Apache License 2.0](http://www.apache.org/licenses/). 详情参考[LICENSE](../LICENSE)。