Renewal configuration file is broken

What says certbot certificates now?

2 Likes
[ec2-user@prod-rasng-core ~]$ sudo certbot certificates
Saving debug log to /var/log/letsencrypt/letsencrypt.log

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No certificates found.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2 Likes

OK, so now you can begin again :slight_smile:

2 Likes
sudo certbot certonly --dns-route53 -d "backend.rassystem.com.br" --deploy-hook /usr/local/bin/renew-certificado-ssl.sh

sudo certbot certonly --dns-route53 -d "backend.uat.rassystem.com.br" --deploy-hook /usr/local/bin/renew-certificado-ssl.sh
2 Likes

Thank you very much @griffin and @rg305, everything is working correctly.

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.