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: voxx.biz
I ran this command: "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh"
It produced this output:
[Thu 09 Feb 2023 09:34:29 PM CET] ===Starting cron===
[Thu 09 Feb 2023 09:34:29 PM CET] Already uptodate!
[Thu 09 Feb 2023 09:34:29 PM CET] Upgrade success!
[Thu 09 Feb 2023 09:34:29 PM CET] Auto upgraded to: 3.0.6
[Thu 09 Feb 2023 09:34:29 PM CET] Renew: 'voxx.biz'
[Thu 09 Feb 2023 09:34:29 PM CET] Renew to Le_API=https://acme.zerossl.com/v2/DV90
[Thu 09 Feb 2023 09:34:29 PM CET] Using CA: https://acme.zerossl.com/v2/DV90
[Thu 09 Feb 2023 09:34:29 PM CET] Multi domain='DNS:voxx.biz,DNS:www.voxx.biz,DNS:my.voxx.biz,DNS:sm.voxx.biz,DNS:mail.voxx.biz,DNS:adm.voxx.biz,DNS:bot.voxx.biz'
[Thu 09 Feb 2023 09:34:29 PM CET] Getting domain auth token for each domain
[Thu 09 Feb 2023 09:34:36 PM CET] Getting webroot for domain='voxx.biz'
[Thu 09 Feb 2023 09:34:36 PM CET] Getting webroot for domain='www.voxx.biz'
[Thu 09 Feb 2023 09:34:36 PM CET] Getting webroot for domain='my.voxx.biz'
[Thu 09 Feb 2023 09:34:36 PM CET] Getting webroot for domain='sm.voxx.biz'
[Thu 09 Feb 2023 09:34:36 PM CET] Getting webroot for domain='mail.voxx.biz'
[Thu 09 Feb 2023 09:34:36 PM CET] Getting webroot for domain='adm.voxx.biz'
[Thu 09 Feb 2023 09:34:36 PM CET] Getting webroot for domain='bot.voxx.biz'
[Thu 09 Feb 2023 09:34:36 PM CET] Verifying: voxx.biz
[Thu 09 Feb 2023 09:34:37 PM CET] Processing, The CA is processing your order, please just wait. (1/30)
[Thu 09 Feb 2023 09:34:40 PM CET] voxx.biz:Verify error:"error":{
[Thu 09 Feb 2023 09:34:40 PM CET] Please check log file for more details: /root/.acme.sh/acme.sh.log
[Thu 09 Feb 2023 09:34:45 PM CET] Error renew voxx.biz.
My web server is (include version): nginx 1.18.0
The operating system my web server runs on is (include version): Ubuntu 20.4
My hosting provider, if applicable, is: IONOS
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): I use acme.sh
I use the above command "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" for a long time without problems. Now I get this error Verify error:"error":{
The log says
CS-1 21:53:31 :~/acme.sh# tail /root/.acme.sh/acme.sh.log
[Thu 09 Feb 2023 09:34:45 PM CET] Found /root/.acme.sh/notify/mail.sh for mail
[Thu 09 Feb 2023 09:34:45 PM CET] _subject='Renew Error by CS-1'
[Thu 09 Feb 2023 09:34:45 PM CET] _content='Error certs:
voxx.biz
'
[Thu 09 Feb 2023 09:34:45 PM CET] _statusCode='1'
[Thu 09 Feb 2023 09:34:48 PM CET] mail send success.
[Thu 09 Feb 2023 09:34:48 PM CET] mail Success
I noticed that since about 2 weeks the email message has the name if the server in the subject, which is very convenient, if you have several servers, like so:
Renew skipped by IONOS-1
As I didn't change anything, I guess this is due to an upgrade to acme.sh. There may have been introduced a bug in the renew part as well.
What to do now?