开发者

Create x509 Certificate issued by CA from command Prompt

开发者 https://www.devze.com 2023-03-03 05:32 出处:网络
I want to generate a X509 cert which should be issued by Root Certificate Authority from command prompt. I tried tools like makecert, selfssl7 but all they are doing is generating a self signed cert.

I want to generate a X509 cert which should be issued by Root Certificate Authority from command prompt. I tried tools like makecert, selfssl7 but all they are doing is generating a self signed cert. How can we generate a cert tha开发者_运维百科t is issued by root CA? This is for testing purpose only. Please help. Thank you.


You don't. You generate a CSR. The CSR is given to the CA, and the CA gives you the certificate in return. The bible describes how to generate a CSR, and how to take the CSR and root key and turn it into an x509. I think it's in chapter 5.

0

精彩评论

暂无评论...
验证码 换一张
取 消