Renew lets-encrypt with certbot

I tried to renew cert because got email notification of expiration:

Your certificate (or certificates) for the names listed below will expire in 10 days (on 10 May 21 13:35 +0000). Please make sure to renew your certificate before then, or visitors to your web site will encounter errors.

xyz.id

Then I ran:

sudo certbot renew

but gets this message on terminal

Processing /etc/letsencrypt/renewal/xyz.id.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cert not yet due for renewal

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
The following certificates are not due for renewal yet:
  /etc/letsencrypt/live/xyz.id/fullchain.pem expires on 2021-06-27 (skipped)
No renewals were attempted.

How do I know which one is correct (not affecting operability of the certs)?
What should I do then?

Thank you

On other server I get this:

Processing /etc/letsencrypt/renewal/abc.id.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cert is due for renewal, auto-renewing...
Could not choose appropriate plugin: The requested nginx plugin does not appear to be installed
Failed to renew certificate abc.id with error: The requested nginx plugin does not appear to be installed

How to renew letsencrypt certs with certbot?

The last try for renewing the other server (abc.id).
I did

sudo certbot certonly --manual --preferred-challenges=dns --email sys@abc.id --agree-tos -d abc.id

now it automatically detect that the certs need renewing:

Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator manual, Installer None
Cert is due for renewal, auto-renewing...
Renewing an existing certificate for abc.id
Performing the following challenges:
dns-01 challenge for abc.id

had to insert TXT records again. But the certs successfully renewed.

Still having this question about the valid date.
Also in the browser if I click on that padlock, I still get the before-renew date.