When I run
/root/.acme.sh/acme.sh --list
I get
Main_Domain KeyLength SAN_Domains Created Renew
mymail.biblesociety.co.za “” no Thu Jun 4 11:30:19 UTC 2020 Mon Aug 3 11:30:19 UTC 2020
But checking the CERT on my browser I get:
Valid from 2020-06-04 to 2020-09-02
What am I doing wrong?
My domain is: mymail.biblesociety.co.za
I ran this command: /root/.acme.sh/acme.sh --list
It produced this output:
mymail.biblesociety.co.za “” no Thu Jun 4 11:30:19 UTC 2020 Mon Aug 3 11:30:19 UTC 2020
My web server is (include version):
Zimbra
The operating system my web server runs on is (include version):
Centos 7
My hosting provider, if applicable, is:
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.6.0
Hi Chris
This is the initial CERT that was issued. I believe it was run (if I recall) in a test environment and then to check my script to re-generate. At the time, I did not know about the “staging” switch.
That said, the reason I run acme is because I am running in two environments on the same server. The one does not know about the other and I found acme does the trick for me. (If I recall, I also installed certbot in an initial test stage and left it because it is not doing any harm)
Back to my question. WHY is the --list switch showing the CER to be outdated, but the web not?