My site (prestashop based) has a certificate for the domain name without the www. After receiving complaints from a client, we wanted to add a certificate for the www.
We are running Apache. What is the best way to install the second cert we just bought? Is it possible to install 2 certificates on Apache for the different host variations, or should I buy a third wild card cert?
Is it possible to easily manipulate prestashop to use the canonical name, i.e. redirect all links to the www version?
example.com
, you usually use one certificate with multiple Subject Alt Names (SANs). The one certificate would have a SAN forexample.com
, a SAN forwww.example.com
, etc. – jww