英文:
Private key missing while importing certificate from internal CA
问题
证书在IIS
中过期,我的任务是更新它。
我使用mmc
创建了CSR,并使用IIS /create certificate request
来向内部CA请求证书。他们给我发布了.cer
文件,但是当我将其导入到mmc/Certificates/Personal/Certificates
时,私钥丢失。
由于缺少私钥,我的IIS
服务器无法接受它。当我导入证书时,它消失了。
我尝试使用certutil -repairstore my xxx
来修复,但没有找到智能卡。
我甚至尝试使用openssl
创建,但仍然没有私钥。
我已经用我的无限CSR搞疯了我的CA。
我到底做错了什么?为什么会丢失私钥,即使我在同一台服务器上进行所有操作?
是我的问题还是CA的问题?
英文:
certificate expired in IIS
My task to renew it
I created CSR using mmc
and using IIS /create certificate request
for my internal CA
They released to me .cer
file. but while I import it to mmc/Certificates/Personal/Certificates
there is missing privite key.
And because of missing privite key my IIS
server not accepting it. While I import cert dissapeares.
I tried to fix using certuitil -repairstore my xxx
looking for some Smart Card not helped.
I even tried to create using openssl
same issue no private key.
I already made crazy my CA with my unlimited CSR.
Where I'm doing wrong? Why there is missing private key even I do all operation on the same server
Issue from my side or CA?
答案1
得分: 0
有趣,我的加拿大 CA 不正确地颁发了证书。缺少第三级,他们发送给我的是链式证书,而不是实际的证书。
我进行了比较。
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论