How to set up an SSL Cert with Subject Alternative Name

Posted by Darren Oster on Server Fault See other posts from Server Fault or by Darren Oster
Published on 2010-06-17T10:05:13Z Indexed on 2010/06/17 10:13 UTC
Read the original article Hit count: 337

To test a specific embedded client, I need to set up a web server serving a couple of SSL (HTTPS) sites, say "main.mysite.com" and "alternate.mysite.com". These should be handled by the same certificate, with a Subject Name of "main.mysite.com" and a Subject Alternative Name of "alternate.mysite.com". This certificate needs to be in an authority chain back to a 'proper' CA (such as GoDaddy, to keep the cost down).

My question is, are there any good tutorials on how to do this, or can someone explain the process? What sort of parent certificate do I need to purchase from the CA provider?

My understanding of SSL certificates is limited, but as Manuel said in Fawlty Towers, "I learn...".

I'm happy to work in Windows (IIS) or Linux (Apache) (or even OSX, for that matter).

Thanks in advance.

© Server Fault or respective owner

Related posts about ssl

Related posts about ssl-certificate