Hi Hugo,
I need help clarifying something
The <hostname>
must be the first hostname for that virtual host. All other hostnames will
be used as alternative hostnames for the certificate.
So if I want a subdomain certificate, will having the following virtual host work?
virtual host {
Hostname = example.com, www.example.com, dev.example.com, ftp.example.com
}
Will that give me a certificate for
example.com
www.example.com
dev.example.com
ftp.example.com
Thank you