Can I share a Web Server certificate by export with provate key and import to another server

  • Thread starter Thread starter Norman George
  • Start date Start date
N

Norman George

Hi,

I have two IIS server at two location , all having the same content . If I
have a certificate on Server A , can I export both the certificate and its
private key and re-import to Server B ? In other words , can I share a web
server certificate ?

Norman
 
Is the certificate from an internal CA (owned by your company). If yes,
you can do this (export is enabled by default), but it does not get you
anything.
Any encryption for SSL is performed with a symmetric key generated for
the SSL session, protected by the Web server's SSL certificate. Even if
you do clustering or NLBS, if you do fail over, you will have to
establish a new SSL session.
If the certificate is from a commercial provider, I doubt that the CA
provider allows for this in the small print you read (lol) when you
requested the certificate

Brian
 
Back
Top