I have a personal domain that I host for my nextcloud on (I'd rather not disclose)
when I try: sudo certbot renew
I get
Failed to renew certificate [ncloud.mydomain.com](http://ncloud.mydomain.com with error: HTTPSConnectionPool(host='[acme-v02.api.letsencrypt.org](http://acme-v02.api.letsencrypt.org)', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at ...
Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
mydomain.com points to another VPS for a school project that is https enabled
ncloud.mydomain.com points to server at home and returns the error when I try to renew
Errno -3 is about DNS? (my nextcloud is functional and reachable without certificate btw)
when I do : dig duck.com
>>> a delay and then a timeout
<<>> DiG 9.16.33-Debian <<>> duck.com
global options: +cmd
connection timed out; no servers could be reached
I recently (2-3 months ago) set up the school project, mydomain.com to point to another VPS, its is probably the cause but how do I fix it? School is out so I can, I don't need the project anymore...