Convert/generate the keystore file from the csr file?

自古美人都是妖i 提交于 2019-12-24 16:35:25

问题


To apply a certificate, first I created a keystore file and then a csr file. Then I pass the csr file to the signing authority to request a certificate. Signing authority provided me the certificate, now I need to import the certificate into keystore file. But unfortunately I have lost the originally generated keystore file, but I have the csr file.

My Question: Is there any way to convert/generate the original keystore file from the csr file?

Thanks in advance.


回答1:


You cannot. The CSR only contains PublicKey.

It is explained here and here.

You can check with the Certificate Authority if they can reissue a new Certificate for a new request.



来源:https://stackoverflow.com/questions/26751546/convert-generate-the-keystore-file-from-the-csr-file

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!