If I want to redirect https://example.com to https://www.example.com, are two certificates needed? One is for example.com and the other for www.example.com?

link|improve this question
feedback

migrated from stackoverflow.com Jun 30 '11 at 12:19

This question came from our site for professional and enthusiast programmers.

1 Answer

Usually certificate authorities (CA) issue SSL certificate which is valid for both domain.com and www.domain.com. You should check with the CA if they do this (as I understand, most do).

link|improve this answer
Thanks. We have asked CA to issue the certificate to both domains. – leoleozhu Jul 5 '11 at 6:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.