Hi,
I have a problem regarding the renewal of a certificate with certbox.
I renewed the certificate with
certbot certonly --standalone -d academy.cl-ops.it --break-my-certs
and I checked the renew with certbot renew --dry-run
:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/academy.cl-ops.it.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cert not due for renewal, but simulating renewal for dry run
Plugins selected: Authenticator standalone, Installer None
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for academy.cl-ops.it
Waiting for verification...
Cleaning up challenges
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
new certificate deployed without reload, fullchain is
/etc/letsencrypt/live/academy.cl-ops.it/fullchain.pem
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
** DRY RUN: simulating 'certbot renew' close to cert expiry
** (The test certificates below have not been saved.)
Congratulations, all renewals succeeded. The following certs have been renewed:
/etc/letsencrypt/live/academy.cl-ops.it/fullchain.pem (success)
** DRY RUN: simulating 'certbot renew' close to cert expiry
** (The test certificates above have not been saved.)
If I do certbot certificates
and check the live's directory:
So I restarted my 2 containers (web server) but the certificate in browsers is still expired on 03/05/2022
My domain is: academy.cl-ops.it
My web server is (include version): I'm using 2 docker containers, one for moodle, one for mariadb
The operating system my web server runs on is (include version): ubuntu 20.04LTS
I can login to a root shell on my machine (yes or no, or I don't know): yes
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 0.40.0
What's the problem?
Thanks