I have the following doubt:
I have 7 certificates on my server, and of these 7, 5 are eligible for renewal. When I try to run the ‘sudo certbot renew’ command, the following message is returned:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
The following certs are not due for renewal yet:
/etc/letsencrypt/live/crotalus.mypharma.net.br/fullchain.pem (skipped)
/etc/letsencrypt/live/admin.mypharma.net.br/fullchain.pem (skipped)
No renewals were attempted.
But the 5 certificates suitable for renewal are not renewed.
What should I do?
So you see: 2 certificates are known by certbot, both are not due for renewal. What other certificates do you mean? Did you issue them all with certbot?
I have 5 other certificates that I have to control them with Certbot too.
What should I do to control them with Certbot too?
n the case of these other 5 certificates, they have 19 days to expire.
The process is always the same. Just do the same which you did for the certificates already supervised by certbot. After having issued new certificates with certbot, they will be located below /etc/letsencrypt/live, so make sure you change the configuration of the services that use those certificates to the new location.
The 5 certificates were in an instance of Digital Ocean and were transferred to Amazon.
I believe that the 5 certificates are not under control of Certbot because of this transference.