Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: vqure
I ran this command: /usr/local/bin/certbot-auto --nginx -d vqure.com -d www.vqure.com certonly
It produced this output: Your system is not supported by certbot-auto anymore.
certbot-auto and its Certbot installation will no longer receive updates.
You will not receive any bug fixes including those fixing server compatibility
or security problems.
Please visit https://certbot.eff.org/ to check for other alternatives.
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator nginx, Installer nginx
An unexpected error occurred:
ValueError: Requesting acme-v02.api.letsencrypt.org/directory: Network is unreachable
Please see the logfiles in /var/log/letsencrypt for more details.
My web server is (include version): nginx
The operating system my web server runs on is (include version): ami linux 1
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): certbot 1.10.1
Well, that's just what "network is unreachable" is saying. It's not able to reach the network where Let's Encrypt's servers are. You may want to try accessing it through other commands (curl https://acme-v02.api.letsencrypt.org/directory or the like) or seeing what other outbound sites you can access to help narrow down what's going on.