What kind of SSL cert do I need for this vhost configuration?
- by Michael
If I have my virtual host configured as:
<VirtualHost *:80
ServerName foo.com
ServerAlias www.foo.com
Include conf.d/foo.conf
</VirtualHost
Can I get by with a single domain SSL certificate or must I purchase a wildcard SSL certificate to handle the www subdomain?