I have been trying to get my certificates for the two new domains I purchased at a conference, but keep getting an error. I am using the webroot plugin tutorial, but every time I get an error back.
I put in:
./letsencrypt-auto certonly --webroot -w /var/www/EXAMPLE -d EXAMPLE.land -d www.EXAMPLE.land -w /var/www/NOTREAL -d NOTREAL.ca -d www.NOTREAL.ca
but get back:
The webroot plugin is not working; there may be problems with your existing configuration.
The error was: PluginError(’/var/www/EXAMPLE does not exist or is not a directory’,)
I’m not sure what I’m doing wrong here…
Thank you so much for any help you can give.