Subdomain multisite configuration with SSL cert
-
I am trying to secure a subdomain multisite instance with an SSL certificate. I want to secure both the domain (wp.example.com) and all the subdomains (*.wp.example.com). How can I do this with one certificate?
I have a wild-card cert that only secures *.wp.example.com which leaves the network admin login wp.example.com unsecured.
I read this post which indicates installing a single cert for wp.example.com and forcing ssl_login would cause subdomain logins to login to wp.example.com/wp-login.php. But that isn’t working either – site logins still go to site.wp.example.com/wp-login.php.
So how can I secure both wp.example.com and *.wp.example.com with a single cert? Is this even possible?
How do other people ssl secure both the network admin login and individual site admin logins?
The topic ‘Subdomain multisite configuration with SSL cert’ is closed to new replies.