I ran this command: sudo certbot renew --force-renewal --cert-name psxtrophies.com.br
It produced this output: Saving debug log to /var/log/letsencrypt/letsencrypt.log
No certificate found with name psxtrophies.com.br (expected /etc/letsencrypt/renewal/psxtrophies.com.br.conf).
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.
My web server is (include version): nginx 1.18
The operating system my web server runs on is (include version): ubuntu 22
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.21
I do not have the domain in renewal folder. I tried to recreate without success.
Also, when I run "certbot certificates" the domain's certificate is not listed despite the fact that I do have one valid certificate currently.
It looks like your DNS has the wrong IP addresses.
The IPv6 (AAAA record) address looks like it was setup by Hostinger for one of their services.
Your IPv4 (A record) address does not respond on either HTTP (port 80) or (port 443)
You must have a working server to get a cert with an HTTP Challenge. And, as @linkp noted you recently got a cert from Google CA too. That might have been for the Hostinger service.
No, if you have a working webserver like nginx it is best to use the --nginx or --webroot methods. This allows you to keep nginx running for Certbot command. It sounds like you used the --standalone option which requires nginx to be stopped. But --standalone is not the best way for your situation.
I see you fixed your DNS so now only have an A IPv4 address. And, I also see your .com.br and .tech domains are using a current Let's Encrypt cert for HTTPS.
So, it all seems to be working. Is there anything else you need help with?
Only that you don't support people wanting to use IPv6. So, you could see if Hostinger supports that for your nginx setup. Then set the AAAA record for your nginx and configure nginx to listen for IPv6 connections. And lastly ensure you have a way to test IPv6 connections. Sometimes people only test IPv4 and don't notice if something has gone wrong with their IPv6 config.
While IPv6 is a good thing to support many sites still only support IPv4