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. https://crt.sh/?q=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:vadim.com.ru
I ran this command:acme.sh --renew --dns dns_yandex360 -d '*.vadim.com.ru' -d vadim.com.ru --dnssleep 600
It produced this output:Renew: '.vadim.com.ru'
[Mon Jun 12 22:49:33 MSK 2023] Renew to Le_API=https://acme-v02.api.letsencrypt.org/directory
[Mon Jun 12 22:49:34 MSK 2023] Using CA: https://acme-v02.api.letsencrypt.org/directory
[Mon Jun 12 22:49:34 MSK 2023] Multi domain='DNS:.vadim.com.ru,DNS:vadim.com.ru'
[Mon Jun 12 22:49:34 MSK 2023] Getting domain auth token for each domain
[Mon Jun 12 22:49:34 MSK 2023] Verifying: *.vadim.com.ru
[Mon Jun 12 22:49:35 MSK 2023] Pending, The CA is processing your order, please just wait. (1/30)
[Mon Jun 12 22:49:39 MSK 2023] *.vadim.com.ru:Verify error:DNS problem: NXDOMAIN looking up TXT for _acme-challenge.vadim.com.ru - check that a DNS record exists for this domain
[Mon Jun 12 22:49:39 MSK 2023] Please add '--debug' or '--log' to check more details.
[Mon Jun 12 22:49:39 MSK 2023] See: How to debug acme.sh · acmesh-official/acme.sh Wiki · GitHub
My web server is (include version):nginx/1.18.0
The operating system my web server runs on is (include version):TrueNAS-SCALE-22.12.2
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 have replaced dns_yandex.sh with dns_yandex360.sh as advised here,then I got stuck at getting a new token as described [here] and advised here (Доступ к API - 360 API. api360).
There is some relevant information in this original thread: click
Well some people got it done somehow but the instructions are rather vague so I know it is one step left really - to add a new token and run the script. I would've switched a while ago to Cloudfare in a heart beat but I want to keep my mail with my domain name on Yandex servers - they offer 5 mailboxes for free. That's the only thing that makes me fight with this new api bullshit.
I reran it without %20 and it worked! and then I received a "debug" token like so: Авторизация Now I am wondering what's the next step should be
acme.sh --renew --dns dns_yandex360 -d '.vadim.com.ru' -d vadim.com.ru --dnssleep 600
[Tue Jun 13 12:47:05 MSK 2023] Renew: '.vadim.com.ru'
[Tue Jun 13 12:47:05 MSK 2023] Renew to Le_API=https://acme-v02.api.letsencrypt.org/directory
[Tue Jun 13 12:47:06 MSK 2023] Using CA: https://acme-v02.api.letsencrypt.org/directory
[Tue Jun 13 12:47:06 MSK 2023] Multi domain='DNS:.vadim.com.ru,DNS:vadim.com.ru'
[Tue Jun 13 12:47:06 MSK 2023] Getting domain auth token for each domain
[Tue Jun 13 12:47:09 MSK 2023] Getting webroot for domain='.vadim.com.ru'
[Tue Jun 13 12:47:09 MSK 2023] Getting webroot for domain='vadim.com.ru'
[Tue Jun 13 12:47:09 MSK 2023] Adding txt value: LJlOYXERXfHm4GVUH01MKRV0rnZvaiMN0ES_3AZr81Q for domain: _acme-challenge.vadim.com.ru
[Tue Jun 13 12:47:10 MSK 2023] Error add txt for domain:_acme-challenge.vadim.com.ru
[Tue Jun 13 12:47:10 MSK 2023] Please add '--debug' or '--log' to check more details.
[Tue Jun 13 12:47:10 MSK 2023] See: How to debug acme.sh · acmesh-official/acme.sh Wiki · GitHub
I ran with a debug click and obviosly it still reads the old file name dnsapi/dns_yandex.sh instead of dnsapi/dns_yandex360.sh even though I replaced it.
I don't see how I don't comply with that - I have one domain and one subdomain(office.vadim.com.ru) for Collabora and no www.domain and needed to be I can give up office easily and use Collabora online.
Yeah, I don't understand this. You clearly specify dns_yandex360 but it still loads dns_yandex.sh. Maybe @Neilpang understands what's going on? Does acme.sh perhaps use the previously used and saved --dns option even though it's now specified on the command line? Doesn't the command line override saved values?