# Domains have changed. # Multi domain='DNS:example.com,DNS:*.example.com' # Getting domain auth token for each domain # Getting webroot for domain='example.com' # Getting webroot for domain='*.example.com' # Add the following TXT record: # Domain: '_acme-challenge.example.com' # TXT value: 'xxxxxx' # Please be aware that you prepend _acme-challenge. before your domain # so the resulting subdomain will be: _acme-challenge.example.com # Please add the TXT records to the domains, and re-run with --renew. # Please add '--debug' or '--log' to check more details. # See: https://github.com/acmesh-official/acme.sh/wiki/How-to-debug-acme.sh
记录下上面的 TXT value: 'xxxxxx'
去 DNS 解析中,新增一条 txt 记录,域名为 _acme-challenge.example.com,值为 xxxxxx