0

I'am trying to configure apache to use a Self signed certificate to Secure https connections.

This is working Fine using only One domainname.

But how do i configure this to Support the Different hostnames our Server can be reached?

I've tried to create a multidomain cert, but with this cert the authentification of Single Domain does Not Even work.

Any ideas or hints?

0

1 Answer 1

0

You need to look at creating a SAN - subject alternative name - which is essentially extending your certificate to cover aliases to your server. You'll need to regenerate the certificate to do this.

3
  • I've already done this. But entering the ip Adress result in an ssl error. Commented Apr 16, 2014 at 17:21
  • Entering the IP Address certainly gives you an ssl error, if you haven't included it in your cert as a name Commented Apr 16, 2014 at 17:27
  • I've now added the ip adress with the dns Syntax. It's working now, i've added the ip adress with the ip flag before. Commented Apr 16, 2014 at 17:42

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.