i've been investigating and i found this link that teaches how to Create an SSL Certificate with Multiple Hostnames but i need to know if can i modify (Not Create) an existing certificate to allow multiple hostname
|
feedback
|
migrated from stackoverflow.com Nov 12 '11 at 6:50
This question came from our site for professional and enthusiast programmers.
|
You can't. If the certificate is self-signed (i.e. you generated it), then you can try to re-create it with existing key pair and other attributes, but even then if some application has saved hashes of the old certificate, it will complain that you have changed certificates. If the certificate is not yours, then forget it. | |||||||||
feedback
|