Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: https://www.evanmingliu.com
I ran this command: Docker compose - Certbot Docker image with Cloudflare DNS plugin. Did not change domain name from last renewal to this time.
Here is the docker-compose for certbot, note it does have a wildcard domain, I am not sure if that is causing the issue.
certbot:
image: certbot/dns-cloudflare
restart: always
command: >-
certonly
--dns-cloudflare
--dns-cloudflare-credentials /root/cloudflare.ini
--dns-cloudflare-propagation-seconds 60
--email MY_EMAIL
--agree-tos
--no-eff-email
--force-renewal
-d evanmingliu.com
-d *.evanmingliu.com
volumes:
- certbot_etc:/etc/letsencrypt
- ./cloudflare.ini:/root/cloudflare.ini
entrypoint: "/bin/sh -c 'trap exit TERM; while :; do certbot renew; sleep 12h & wait $${!}; done;'"
It produced this output: A reminder email been send on 19 days left before expire (Feb 2nd), even though Cloudflare informed me the certificate already renewal at 30 days left (Jan 24th).
Certbot certificates command show similar info as Cloudflare notification:
Expiry Date: 2021-04-24 06:18:27+00:00 (VALID: 78 days)
My web server is (include version): Docker Image Nginx 1.19.4
The operating system my web server runs on is (include version): Ubuntu 18.04.5 LTS, but its running docker, Nginx image uses Alpine Linux v3.12
My hosting provider, if applicable, is: DigitalOcean
I can login to a root shell on my machine (yes or no, or I don't know): Yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 1.9.0