Letsencrypt Webroot Authentication Tested on Beta invited/whitelisted domain

thanks @schoen - very grateful to Kuba too - the webroot authentication IMHO is the best way for non-standard web servers to easily work with Letsencrypt for obtaining an SSL certificate as it's alot easier to get the web server/distro user's to come up with their own scripted https vhost generation before hand :smile:

All webroot authentication plugin needs now is multi-domain/SANs support :slight_smile: Maybe this suggestion SimpleFS plugin (fixes #742) by kuba 路 Pull Request #757 路 certbot/certbot 路 GitHub

for multiple names, maybe allow multiple --webroot-path in an array and then if multiple -d nameXX are specified cycle through the --webroot-path array to check against the -d name XX values ?