Re: SSL CSR questions
- From: "Brian Komar \(MVP\)" <brian.komar@xxxxxxxxxxxxxxxxx>
- Date: Tue, 13 Jan 2009 19:34:40 -0600
Inline...
"Mel K." <Mel.K@xxxxxxxxxxx> wrote in message news:ep3uy8cdJHA.3488@xxxxxxxxxxxxxxxxxxxxxxx
Hello:
From what I understand, once the SSL cert is issued, you must install it on the specific IIS server that generated the CSR. That is because the private key associated with the CSR is stored on the specific IIS server. But if necessary, can't you export the private key used to generate the CSR and then import it into another IIS server?
There are only native mechanisms to export "certificates" not "keys". This is why the issued certificate must be installed at the original server where the request was generated (and the public key of the key pair was placed in the CSR file).
Let's say I generated the CSR on IIS-01 and before I received the SSL cert back, IIS-01 started having some hardware problems and I decided to move all my sites to IIS-02. Can't I export the private key from IIS-01 and then import it into IIS-02? Then after I receive the SSL cert, I'd be able to import it into IIS-02. Does this make sense?
Yes, if there was a mechanism to move the key pairs (which there is not).
You need the original certificate, not the private key. The private key of the associated certificate is used to sign the request. The signature is based on the certificate though, not the private key. If the certificate is expired, then you cannot renew as the certificate associated with the private key is no longer time valid. As you have stated, you would simply have to request a new SSL certificate. The only difference in effort is that you do not provide a subject name in a certificate renewal, as the subject is set based on the subject of the previous certificate used to sign the request.
Regarding SSL cert renewals, is it correct that if I don't have the private key that was used to generate the original CSR, I can't perform a renewal? So in that case I'd have to generate a new CSR and request a new SSL cert, correct? If I'm running a small e-commerce site, would there be any major issue with getting a new SSL cert versus renewing an existing SSL cert?
--
Thank you,
Mel K.
MCSA: M
.
- Follow-Ups:
- Re: SSL CSR questions
- From: Mel K.
- Re: SSL CSR questions
- References:
- SSL CSR questions
- From: Mel K.
- SSL CSR questions
- Prev by Date: Re: Certificate attributes for Smart Card Logon
- Next by Date: PKI - CA setup key usage problem
- Previous by thread: SSL CSR questions
- Next by thread: Re: SSL CSR questions
- Index(es):
Relevant Pages
|