Certbot can obtain and install HTTPS/TLS/SSL certificates. By default,
it will attempt to use a webserver both for obtaining and installing the
certificate.
certbot: error: unrecognized arguments: -e vultr.rrgels.site
You've given us very little to go on, but from the error you posted, it looks like you passed an argument to certbot of -e vultr.rrgels.site. I don't believe -e is a valid argument to certbot; perhaps you meant to use -d vultr.rrgels.site?
Where did you get that command from? And in particular, what told you to use -e vultr.rrgels.site? Because, as the error message is telling you, and as I told you in my post, that isn't a valid option to certbot.
Certbot can obtain and install HTTPS/TLS/SSL certificates. By default,
it will attempt to use a webserver both for obtaining and installing the
certificate.
certbot: error: unrecognized arguments: -e gelicamerobin@gmail.com,mzrina01@gmail.com
The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet.
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
For --webroot method you need to have HTTP working to your domain. But, requests to that fail with a timeout. Any request fails, not just the Let's Encrypt HTTP challenge.
You need to get that working first before trying to get a cert
A try just for your home page also fails
curl -i -m10 http://vultr.rrgels.site
curl: (28) Connection timed out after 10000 milliseconds