Letsencrypt-auto only finding 15 out of ~70 vhost files

I have a Ubuntu 14.04/Apache server with about 30 or so vhosts on it. I’ve setup letsencrypt on a few other web servers and have no issues (but those only have a few vhosts on them). For this one, when I run:

./letsencryprt-auto --apache -d domain.com -d www.domain.com

I get the menu and it says “We were unable to find a vhost with a ServerName or Address of domain.com”. I definitely have the vhost there… and then it shows me a list of vhosts to select from. However it only lists 15 vhosts to select from, even though I have about 70 vhost config files in the apache2/sites-available/ folder.

Am I missing something here? Is there a reason it’s only reading the first 15 files?

EDIT: Figured it out, my vhost file started with instead of . So it was a case-sensitivity issue. Apparently a lot of my vhost files were created with improper case.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.