问题描述
要应用证书,首先我创建了一个密钥库文件,然后创建了一个csr文件.然后,我将csr文件传递给签名授权机构以请求证书.签名机构向我提供了证书,现在我需要将证书导入到密钥库文件中.但是不幸的是,我丢失了最初生成的密钥库文件,但是我拥有了csr文件.
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.
我的问题:有什么方法可以从csr文件转换/生成原始密钥库文件?
My Question: Is there any way to convert/generate the original keystore file from the csr file?
谢谢.
推荐答案
您无法. CSR
仅包含PublicKey
.
您可以与证书颁发机构联系,以确认他们是否可以为新请求重新发行新证书.
You can check with the Certificate Authority if they can reissue a new Certificate for a new request.
这篇关于从csr文件转换/生成密钥库文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!