Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

agency生成cert的步骤拆分 #131

Open
Himan000 opened this issue May 20, 2020 · 2 comments
Open

agency生成cert的步骤拆分 #131

Himan000 opened this issue May 20, 2020 · 2 comments
Labels
question Further information is requested

Comments

@Himan000
Copy link

Himan000 commented May 20, 2020

./generator --generate_agency_certificate ./dir_agency_ca ./dir_chain_ca agencyA
这这个方法将agencyA生成签名的过程耦合在一起,对于实际生产极为不便。
现在贡献一个分支,将这个方法分三步:1.agency A端生成私钥:./generator --generate_agency_key agency_dir;2.agency A端生成签名请求文件:./generator --generate_agency_csr agency_dir agency_name;3.证书授权机构端./generator --generate_agency_cert_by_csr agency_dir chain_dir。
git分支为:dev_feature_131

@Himan000
Copy link
Author

没有提供dev分支出来?

@HaoXuan40404
Copy link
Member

generate_agency_certificate是对脚本命令的封装,如果需要可以参考cts.sh里的命令,自己调用openssl命令生成

@HaoXuan40404 HaoXuan40404 added the question Further information is requested label May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants