Renew existing certificate which is due to expire - AWS Lightsail
Lets encrypt SSL certificates are generally expired after 90 days of creation so need to be renewed regularly. If the expire date is near then you should renew manually first before adding an auto-renew cronjob (automate).
So here are the commands required to renew the current certificate in use, you should replace DOMAIN and EMAIL-ADDRESS with the relevant domain and email address of the previous certificate.
we set every minutes cron job, but nothing update anything.
1 1 * * * /opt/bitnami/letsencrypt/scripts/renew-certificate.sh 2> /dev/null
Hi vicky , this is right syntax for running cron every minute
* * * * * /opt/bitnami/letsencrypt/scripts/renew-certificate.sh 2> /dev/null