What kind of SSL cert do I need for this vhost configuration?
Posted
by Michael
on Server Fault
See other posts from Server Fault
or by Michael
Published on 2010-03-18T18:18:06Z
Indexed on
2010/03/18
18:21 UTC
Read the original article
Hit count: 367
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?
© Server Fault or respective owner