CodeIgniter Forums
SSL certifcates multiple domains - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: SSL certifcates multiple domains (/showthread.php?tid=68889)



SSL certifcates multiple domains - ponzo - 09-11-2017

Hello, I builded an app in codeigniter which runs multiple sites under one application

So the application is SITE1.nl, where users login
their site is for example SITE2.nl

But if a visitor browses to SITE2.nl the application path is switched to this domain

I use Cpanel with domain alias to catch a domain like SITE2.nl, the domain DNS is refering to the servers IP address.

Now I want to give SITE2.nl it's own SSL certificate, as well as SITE1

Any idea?