Error add txt for domain&Unable to find domain specified

My domain is: shakesbill.top
(Due to carrier restrictions, port 80 is not available for direct access to the website. The single domain name + port is accessible.)

I ran this command:
export Namesilo_Key="xxxxx"
acme.sh --issue --dns dns_namesilo --dnssleep 900 -d shakesbill.top --debug 2

It produced this output:

[Mon Dec 27 16:25:05 CST 2021] Lets find script dir.
[Mon Dec 27 16:25:05 CST 2021] _SCRIPT_='/home/pi/.acme.sh/acme.sh'
[Mon Dec 27 16:25:05 CST 2021] _script='/home/pi/.acme.sh/acme.sh'
[Mon Dec 27 16:25:05 CST 2021] _script_home='/home/pi/.acme.sh'
[Mon Dec 27 16:25:05 CST 2021] Using config home:/home/pi/.acme.sh
[Mon Dec 27 16:25:05 CST 2021] LE_WORKING_DIR='/home/pi/.acme.sh'
https://github.com/acmesh-official/acme.sh
v3.0.2
[Mon Dec 27 16:25:05 CST 2021] Running cmd: issue
[Mon Dec 27 16:25:06 CST 2021] _main_domain='shakesbill.top'
[Mon Dec 27 16:25:06 CST 2021] _alt_domains='no'
[Mon Dec 27 16:25:06 CST 2021] Using config home:/home/pi/.acme.sh
[Mon Dec 27 16:25:06 CST 2021] default_acme_server='https://acme-v02.api.letsencrypt.org/directory'
[Mon Dec 27 16:25:06 CST 2021] ACME_DIRECTORY='https://acme-v02.api.letsencrypt.org/directory'
[Mon Dec 27 16:25:06 CST 2021] _ACME_SERVER_HOST='acme-v02.api.letsencrypt.org'
[Mon Dec 27 16:25:06 CST 2021] _ACME_SERVER_PATH='directory'
[Mon Dec 27 16:25:06 CST 2021] DOMAIN_PATH='/home/pi/.acme.sh/shakesbill.top'
[Mon Dec 27 16:25:06 CST 2021] 'dns_namesilo' does not contain 'dns'
[Mon Dec 27 16:25:06 CST 2021] Le_NextRenewTime
[Mon Dec 27 16:25:06 CST 2021] Using ACME_DIRECTORY: https://acme-v02.api.letsencrypt.org/directory
[Mon Dec 27 16:25:06 CST 2021] _init api for server: https://acme-v02.api.letsencrypt.org/directory
[Mon Dec 27 16:25:06 CST 2021] Retrying GET
[Mon Dec 27 16:25:06 CST 2021] GET
[Mon Dec 27 16:25:06 CST 2021] url='https://acme-v02.api.letsencrypt.org/directory'
[Mon Dec 27 16:25:06 CST 2021] timeout=
[Mon Dec 27 16:25:06 CST 2021] displayError='1'
[Mon Dec 27 16:25:06 CST 2021] _CURL='curl --silent --dump-header /home/pi/.acme.sh/http.header  -L  --trace-ascii /tmp/tmp.YDfMnimVXm  -g '
[Mon Dec 27 16:25:07 CST 2021] ret='0'
[Mon Dec 27 16:25:07 CST 2021] _hcode='0'
[Mon Dec 27 16:25:07 CST 2021] response='{
  "WFOUmScYckc": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417",
  "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change",
  "meta": {
    "caaIdentities": [
      "letsencrypt.org"
    ],
    "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf",
    "website": "https://letsencrypt.org"
  },
  "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct",
  "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce",
  "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order",
  "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert"
}'
[Mon Dec 27 16:25:07 CST 2021] ACME_KEY_CHANGE='https://acme-v02.api.letsencrypt.org/acme/key-change'
[Mon Dec 27 16:25:07 CST 2021] ACME_NEW_AUTHZ
[Mon Dec 27 16:25:07 CST 2021] ACME_NEW_ORDER='https://acme-v02.api.letsencrypt.org/acme/new-order'
[Mon Dec 27 16:25:07 CST 2021] ACME_NEW_ACCOUNT='https://acme-v02.api.letsencrypt.org/acme/new-acct'
[Mon Dec 27 16:25:08 CST 2021] ACME_REVOKE_CERT='https://acme-v02.api.letsencrypt.org/acme/revoke-cert'
[Mon Dec 27 16:25:08 CST 2021] ACME_AGREEMENT='https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf'
[Mon Dec 27 16:25:08 CST 2021] ACME_NEW_NONCE='https://acme-v02.api.letsencrypt.org/acme/new-nonce'
[Mon Dec 27 16:25:08 CST 2021] Using CA: https://acme-v02.api.letsencrypt.org/directory
[Mon Dec 27 16:25:08 CST 2021] _on_before_issue
[Mon Dec 27 16:25:08 CST 2021] _chk_main_domain='shakesbill.top'
[Mon Dec 27 16:25:08 CST 2021] _chk_alt_domains
[Mon Dec 27 16:25:08 CST 2021] 'dns_namesilo' does not contain 'no'
[Mon Dec 27 16:25:08 CST 2021] Le_LocalAddress
[Mon Dec 27 16:25:08 CST 2021] d='shakesbill.top'
[Mon Dec 27 16:25:08 CST 2021] Check for domain='shakesbill.top'
[Mon Dec 27 16:25:08 CST 2021] _currentRoot='dns_namesilo'
[Mon Dec 27 16:25:09 CST 2021] d
[Mon Dec 27 16:25:09 CST 2021] 'dns_namesilo' does not contain 'apache'
[Mon Dec 27 16:25:09 CST 2021] _saved_account_key_hash='lDzeiOQZLnWmrNKYsZ4IVkrghlXSWn6JJpBL343EGgU='
[Mon Dec 27 16:25:09 CST 2021] _saved_account_key_hash is not changed, skip register account.
[Mon Dec 27 16:25:09 CST 2021] Read key length:
[Mon Dec 27 16:25:09 CST 2021] _createcsr
[Mon Dec 27 16:25:09 CST 2021] domain='shakesbill.top'
[Mon Dec 27 16:25:09 CST 2021] domainlist
[Mon Dec 27 16:25:09 CST 2021] csrkey='/home/pi/.acme.sh/shakesbill.top/shakesbill.top.key'
[Mon Dec 27 16:25:09 CST 2021] csr='/home/pi/.acme.sh/shakesbill.top/shakesbill.top.csr'
[Mon Dec 27 16:25:09 CST 2021] csrconf='/home/pi/.acme.sh/shakesbill.top/shakesbill.top.csr.conf'
[Mon Dec 27 16:25:09 CST 2021] Single domain='shakesbill.top'
[Mon Dec 27 16:25:09 CST 2021] _is_idn_d='shakesbill.top'
[Mon Dec 27 16:25:09 CST 2021] _idn_temp
[Mon Dec 27 16:25:09 CST 2021] _is_idn_d='shakesbill.top'
[Mon Dec 27 16:25:09 CST 2021] _idn_temp
[Mon Dec 27 16:25:09 CST 2021] _csr_cn='shakesbill.top'
[Mon Dec 27 16:25:09 CST 2021] Getting domain auth token for each domain
[Mon Dec 27 16:25:10 CST 2021] _is_idn_d='shakesbill.top'
[Mon Dec 27 16:25:10 CST 2021] _idn_temp
[Mon Dec 27 16:25:10 CST 2021] d
[Mon Dec 27 16:25:10 CST 2021] _identifiers='{"type":"dns","value":"shakesbill.top"}'
[Mon Dec 27 16:25:10 CST 2021] url='https://acme-v02.api.letsencrypt.org/acme/new-order'
[Mon Dec 27 16:25:10 CST 2021] payload='{"identifiers": [{"type":"dns","value":"shakesbill.top"}]}'
[Mon Dec 27 16:25:10 CST 2021] RSA key
[Mon Dec 27 16:25:10 CST 2021] Get nonce with HEAD. ACME_NEW_NONCE='https://acme-v02.api.letsencrypt.org/acme/new-nonce'
[Mon Dec 27 16:25:10 CST 2021] Retrying post
[Mon Dec 27 16:25:10 CST 2021] HEAD
[Mon Dec 27 16:25:10 CST 2021] _post_url='https://acme-v02.api.letsencrypt.org/acme/new-nonce'
[Mon Dec 27 16:25:10 CST 2021] body
[Mon Dec 27 16:25:10 CST 2021] _postContentType='application/jose+json'
[Mon Dec 27 16:25:10 CST 2021] _CURL='curl --silent --dump-header /home/pi/.acme.sh/http.header  -L  --trace-ascii /tmp/tmp.CVKR11Ciri  -g  -I  '
[Mon Dec 27 16:25:11 CST 2021] _ret='0'
[Mon Dec 27 16:25:11 CST 2021] _hcode='0'
[Mon Dec 27 16:25:11 CST 2021] _headers='HTTP/2 200
server: nginx
date: Mon, 27 Dec 2021 08:25:11 GMT
cache-control: public, max-age=0, no-cache
link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
replay-nonce: 00012cbJr4a4G8KXUs9Wt22lTv6919Y4858kISn0qk676ig
x-frame-options: DENY
strict-transport-security: max-age=604800
'
[Mon Dec 27 16:25:11 CST 2021] _CACHED_NONCE='00012cbJr4a4G8KXUs9Wt22lTv6919Y4858kISn0qk676ig'
[Mon Dec 27 16:25:11 CST 2021] nonce='00012cbJr4a4G8KXUs9Wt22lTv6919Y4858kISn0qk676ig'
[Mon Dec 27 16:25:11 CST 2021] Retrying post
[Mon Dec 27 16:25:11 CST 2021] POST
[Mon Dec 27 16:25:12 CST 2021] _post_url='https://acme-v02.api.letsencrypt.org/acme/new-order'
[Mon Dec 27 16:25:12 CST 2021] body='{"protected": "eyJub25jZSI6ICIwMDAxMmNiSnI0YTRHOEtYVXM5V3QyMmxUdjY5MTlZNDg1OGtJU24wcWs2NzZpZyIsICJ1cmwiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvbmV3LW9yZGVyIiwgImFsZyI6ICJSUzI1NiIsICJraWQiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8zMzc4MzE2MzAifQ", "payload": "eyJpZGVudGlmaWVycyI6IFt7InR5cGUiOiJkbnMiLCJ2YWx1ZSI6InNoYWtlc2JpbGwudG9wIn1dfQ", "signature": "TvM0aFi_W2gkUCXH2M7ZjKNLIBmHZELZlV6Kavcvc1-r_bFts4TNQfkFIl9nMwlw06egN0eDMjH0YGebeCsM5LE6C_Qy_hZL8_vpBDUZL5QWczFo6Rgs2PrgitJltMRYmYhQ7eNtcGd7104N9OH-eolvNCtqqjfZgDQIvb41JbMWXmDeom-jOgz-vrFwMOp2qihv9f0x27nX5nSElURt84bqhI0DWM5bfEtTWRuu8SXopFFSJNHqNaM-d_6Lb5AYIrXk19Htwd37JG3pS4KHBi7bJKOp9Fiv6L6QBBbGy8M24kNx6zZpI--nOWhzTacr2sMXgBXz9-js3PSu_C59mQ"}'
[Mon Dec 27 16:25:12 CST 2021] _postContentType='application/jose+json'
[Mon Dec 27 16:25:12 CST 2021] Http already initialized.
[Mon Dec 27 16:25:12 CST 2021] _CURL='curl --silent --dump-header /home/pi/.acme.sh/http.header  -L  --trace-ascii /tmp/tmp.CVKR11Ciri  -g '
[Mon Dec 27 16:25:13 CST 2021] _ret='0'
[Mon Dec 27 16:25:13 CST 2021] _hcode='0'
[Mon Dec 27 16:25:13 CST 2021] responseHeaders='HTTP/2 201
server: nginx
date: Mon, 27 Dec 2021 08:25:12 GMT
content-type: application/json
content-length: 337
boulder-requester: 337831630
cache-control: public, max-age=0, no-cache
link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
location: https://acme-v02.api.letsencrypt.org/acme/order/337831630/50505074090
replay-nonce: 0101PZcol7eAkM97tcL4a8Xv9j0KT3IbLEGuUzBGpHZFMWk
x-frame-options: DENY
strict-transport-security: max-age=604800
'
[Mon Dec 27 16:25:13 CST 2021] code='201'
[Mon Dec 27 16:25:13 CST 2021] original='{
  "status": "pending",
  "expires": "2022-01-03T08:25:12Z",
  "identifiers": [
    {
      "type": "dns",
      "value": "shakesbill.top"
    }
  ],
  "authorizations": [
    "https://acme-v02.api.letsencrypt.org/acme/authz-v3/62414700850"
  ],
  "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/337831630/50505074090"
}'
[Mon Dec 27 16:25:13 CST 2021] response='{"status":"pending","expires":"2022-01-03T08:25:12Z","identifiers":[{"type":"dns","value":"shakesbill.top"}],"authorizations":["https://acme-v02.api.letsencrypt.org/acme/authz-v3/62414700850"],"finalize":"https://acme-v02.api.letsencrypt.org/acme/finalize/337831630/50505074090"}'
[Mon Dec 27 16:25:13 CST 2021] Le_LinkOrder='https://acme-v02.api.letsencrypt.org/acme/order/337831630/50505074090'
[Mon Dec 27 16:25:13 CST 2021] Le_OrderFinalize='https://acme-v02.api.letsencrypt.org/acme/finalize/337831630/50505074090'
[Mon Dec 27 16:25:13 CST 2021] _authorizations_seg='https://acme-v02.api.letsencrypt.org/acme/authz-v3/62414700850'
[Mon Dec 27 16:25:13 CST 2021] _authz_url='https://acme-v02.api.letsencrypt.org/acme/authz-v3/62414700850'
[Mon Dec 27 16:25:13 CST 2021] url='https://acme-v02.api.letsencrypt.org/acme/authz-v3/62414700850'
[Mon Dec 27 16:25:13 CST 2021] payload
[Mon Dec 27 16:25:13 CST 2021] Use cached jwk for file: /home/pi/.acme.sh/ca/acme-v02.api.letsencrypt.org/directory/account.key
[Mon Dec 27 16:25:13 CST 2021] Use _CACHED_NONCE='0101PZcol7eAkM97tcL4a8Xv9j0KT3IbLEGuUzBGpHZFMWk'
[Mon Dec 27 16:25:13 CST 2021] nonce='0101PZcol7eAkM97tcL4a8Xv9j0KT3IbLEGuUzBGpHZFMWk'
[Mon Dec 27 16:25:14 CST 2021] Retrying post
[Mon Dec 27 16:25:14 CST 2021] POST
[Mon Dec 27 16:25:14 CST 2021] _post_url='https://acme-v02.api.letsencrypt.org/acme/authz-v3/62414700850'
[Mon Dec 27 16:25:14 CST 2021] body='{"protected": "eyJub25jZSI6ICIwMTAxUFpjb2w3ZUFrTTk3dGNMNGE4WHY5ajBLVDNJYkxFR3VVekJHcEhaRk1XayIsICJ1cmwiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYXV0aHotdjMvNjI0MTQ3MDA4NTAiLCAiYWxnIjogIlJTMjU2IiwgImtpZCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hY2N0LzMzNzgzMTYzMCJ9", "payload": "", "signature": "HggjR3IMcXBCbg_skmk-Xff54Sh-zsQeETlo5Zc8QUZUE1snq2YGvBfbeh9HrF6X-Xn5mO7dNWxMYMaoboX45l_-EhwU7Wb9yQAVlb8BzDV_fFE5ew4pq2COpiAyE9VjVCiKUGF37JZYPRkZppKoHqsVi8iOLf2LYMo2k85VcQSyq-R6x5Qai-Q_SzVococ5TsVTsqsGVU59qDxlFz2IKP3qX8-MC-lJG2YU1VHZEmzHu6B-kpnTiPsaxWk9nM2ENfYF6OICUjB6nI0lvmhL8e5nWiSZDEEU4HDt3Wk8NqcWMFYSjy3nUiCw7QqbQGX3_Z_Y0MDW4UYhFIvW-74nGw"}'
[Mon Dec 27 16:25:14 CST 2021] _postContentType='application/jose+json'
[Mon Dec 27 16:25:14 CST 2021] Http already initialized.
[Mon Dec 27 16:25:14 CST 2021] _CURL='curl --silent --dump-header /home/pi/.acme.sh/http.header  -L  --trace-ascii /tmp/tmp.CVKR11Ciri  -g '
[Mon Dec 27 16:25:14 CST 2021] _ret='0'
[Mon Dec 27 16:25:15 CST 2021] _hcode='0'
[Mon Dec 27 16:25:15 CST 2021] responseHeaders='HTTP/2 200
server: nginx
date: Mon, 27 Dec 2021 08:25:14 GMT
content-type: application/json
content-length: 795
boulder-requester: 337831630
cache-control: public, max-age=0, no-cache
link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
replay-nonce: 0002_JC45yZNTpMmRi60brVU0DVjCAQD6nhM6e1ysjF9SPM
x-frame-options: DENY
strict-transport-security: max-age=604800
'
[Mon Dec 27 16:25:15 CST 2021] code='200'
[Mon Dec 27 16:25:15 CST 2021] original='{
  "identifier": {
    "type": "dns",
    "value": "shakesbill.top"
  },
  "status": "pending",
  "expires": "2022-01-03T08:25:12Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/x6hkOw",
      "token": "oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/C3W4Vg",
      "token": "oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4"
    },
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/ucHbww",
      "token": "oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4"
    }
  ]
}'
[Mon Dec 27 16:25:15 CST 2021] response='{"identifier":{"type":"dns","value":"shakesbill.top"},"status":"pending","expires":"2022-01-03T08:25:12Z","challenges":[{"type":"http-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/x6hkOw","token":"oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4"},{"type":"dns-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/C3W4Vg","token":"oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4"},{"type":"tls-alpn-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/ucHbww","token":"oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4"}]}'
[Mon Dec 27 16:25:15 CST 2021] response='{"identifier":{"type":"dns","value":"shakesbill.top"},"status":"pending","expires":"2022-01-03T08:25:12Z","challenges":[{"type":"http-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/x6hkOw","token":"oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4"},{"type":"dns-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/C3W4Vg","token":"oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4"},{"type":"tls-alpn-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/ucHbww","token":"oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4"}]}'
[Mon Dec 27 16:25:15 CST 2021] _d='shakesbill.top'
[Mon Dec 27 16:25:15 CST 2021] _authorizations_map='shakesbill.top,{"identifier":{"type":"dns","value":"shakesbill.top"},"status":"pending","expires":"2022-01-03T08:25:12Z","challenges":[{"type":"http-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/x6hkOw","token":"oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4"},{"type":"dns-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/C3W4Vg","token":"oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4"},{"type":"tls-alpn-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/ucHbww","token":"oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4"}]}
'
[Mon Dec 27 16:25:15 CST 2021] d='shakesbill.top'
[Mon Dec 27 16:25:15 CST 2021] Getting webroot for domain='shakesbill.top'
[Mon Dec 27 16:25:15 CST 2021] _w='dns_namesilo'
[Mon Dec 27 16:25:15 CST 2021] _currentRoot='dns_namesilo'
[Mon Dec 27 16:25:15 CST 2021] _is_idn_d='shakesbill.top'
[Mon Dec 27 16:25:15 CST 2021] _idn_temp
[Mon Dec 27 16:25:15 CST 2021] _candidates='shakesbill.top,{"identifier":{"type":"dns","value":"shakesbill.top"},"status":"pending","expires":"2022-01-03T08:25:12Z","challenges":[{"type":"http-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/x6hkOw","token":"oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4"},{"type":"dns-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/C3W4Vg","token":"oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4"},{"type":"tls-alpn-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/ucHbww","token":"oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4"}]}'
[Mon Dec 27 16:25:15 CST 2021] response='{"identifier":{"type":"dns","value":"shakesbill.top"},"status":"pending","expires":"2022-01-03T08:25:12Z","challenges":[{"type":"http-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/x6hkOw","token":"oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4"},{"type":"dns-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/C3W4Vg","token":"oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4"},{"type":"tls-alpn-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/ucHbww","token":"oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4"}]}'
[Mon Dec 27 16:25:15 CST 2021] entry='"type":"dns-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/C3W4Vg","token":"oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4"'
[Mon Dec 27 16:25:15 CST 2021] token='oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4'
[Mon Dec 27 16:25:16 CST 2021] uri='https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/C3W4Vg'
[Mon Dec 27 16:25:16 CST 2021] keyauthorization='oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4.hWChqfnScfUqEE2e8K77AFAznvLS1XawRjR7EIav7Qw'
[Mon Dec 27 16:25:16 CST 2021] dvlist='shakesbill.top#oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4.hWChqfnScfUqEE2e8K77AFAznvLS1XawRjR7EIav7Qw#https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/C3W4Vg#dns-01#dns_namesilo'
[Mon Dec 27 16:25:16 CST 2021] d
[Mon Dec 27 16:25:16 CST 2021] vlist='shakesbill.top#oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4.hWChqfnScfUqEE2e8K77AFAznvLS1XawRjR7EIav7Qw#https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/C3W4Vg#dns-01#dns_namesilo,'
[Mon Dec 27 16:25:16 CST 2021] d='shakesbill.top'
[Mon Dec 27 16:25:16 CST 2021] _d_alias
[Mon Dec 27 16:25:16 CST 2021] txtdomain='_acme-challenge.shakesbill.top'
[Mon Dec 27 16:25:16 CST 2021] txt='ZrKyteLPdFuyWb-NImvFA03eCoxOTHGWvTT3qZsOuNc'
[Mon Dec 27 16:25:16 CST 2021] d_api='/home/pi/.acme.sh/dnsapi/dns_namesilo.sh'
[Mon Dec 27 16:25:16 CST 2021] dns_entry='shakesbill.top,_acme-challenge.shakesbill.top,,dns_namesilo,ZrKyteLPdFuyWb-NImvFA03eCoxOTHGWvTT3qZsOuNc,/home/pi/.acme.sh/dnsapi/dns_namesilo.sh'
[Mon Dec 27 16:25:16 CST 2021] Found domain api file: /home/pi/.acme.sh/dnsapi/dns_namesilo.sh
[Mon Dec 27 16:25:16 CST 2021] Adding txt value: ZrKyteLPdFuyWb-NImvFA03eCoxOTHGWvTT3qZsOuNc for domain:  _acme-challenge.shakesbill.top
[Mon Dec 27 16:25:16 CST 2021] Retrying GET
[Mon Dec 27 16:25:16 CST 2021] GET
[Mon Dec 27 16:25:16 CST 2021] url='https://www.namesilo.com/api/listDomains?version=1&type=xml&key=e66719c9f3a204ec6dbf3f'
[Mon Dec 27 16:25:16 CST 2021] timeout=
[Mon Dec 27 16:25:16 CST 2021] displayError='1'
[Mon Dec 27 16:25:16 CST 2021] Http already initialized.
[Mon Dec 27 16:25:16 CST 2021] _CURL='curl --silent --dump-header /home/pi/.acme.sh/http.header  -L  --trace-ascii /tmp/tmp.CVKR11Ciri  -g '
[Mon Dec 27 16:25:18 CST 2021] ret='0'
[Mon Dec 27 16:25:18 CST 2021] _hcode='0'
[Mon Dec 27 16:25:18 CST 2021] response='<?xml version="1.0"?>
<namesilo><request><operation>listDomains</operation><ip>119.34.2.132</ip></request><reply><code>110</code><detail>Invalid API Key (Permission denied)</detail></reply></namesilo>'
[Mon Dec 27 16:25:18 CST 2021] host='shakesbill.top'
[Mon Dec 27 16:25:18 CST 2021] Unable to find domain specified.
[Mon Dec 27 16:25:18 CST 2021] Error add txt for domain:_acme-challenge.shakesbill.top
[Mon Dec 27 16:25:18 CST 2021] _on_issue_err
[Mon Dec 27 16:25:18 CST 2021] Please add '--debug' or '--log' to check more details.
[Mon Dec 27 16:25:18 CST 2021] See: https://github.com/acmesh-official/acme.sh/wiki/How-to-debug-acme.sh
[Mon Dec 27 16:25:18 CST 2021] _chk_vlist='shakesbill.top#oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4.hWChqfnScfUqEE2e8K77AFAznvLS1XawRjR7EIav7Qw#https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/C3W4Vg#dns-01#dns_namesilo,'
[Mon Dec 27 16:25:18 CST 2021] start to deactivate authz
[Mon Dec 27 16:25:18 CST 2021] Trigger domain validation.
[Mon Dec 27 16:25:18 CST 2021] _t_url='https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/C3W4Vg'
[Mon Dec 27 16:25:18 CST 2021] _t_key_authz='oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4.hWChqfnScfUqEE2e8K77AFAznvLS1XawRjR7EIav7Qw'
[Mon Dec 27 16:25:18 CST 2021] _t_vtype
[Mon Dec 27 16:25:18 CST 2021] url='https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/C3W4Vg'
[Mon Dec 27 16:25:18 CST 2021] payload='{}'
[Mon Dec 27 16:25:18 CST 2021] Use cached jwk for file: /home/pi/.acme.sh/ca/acme-v02.api.letsencrypt.org/directory/account.key
[Mon Dec 27 16:25:18 CST 2021] Use _CACHED_NONCE='0002_JC45yZNTpMmRi60brVU0DVjCAQD6nhM6e1ysjF9SPM'
[Mon Dec 27 16:25:18 CST 2021] nonce='0002_JC45yZNTpMmRi60brVU0DVjCAQD6nhM6e1ysjF9SPM'
[Mon Dec 27 16:25:19 CST 2021] Retrying post
[Mon Dec 27 16:25:19 CST 2021] POST
[Mon Dec 27 16:25:19 CST 2021] _post_url='https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/C3W4Vg'
[Mon Dec 27 16:25:19 CST 2021] body='{"protected": "eyJub25jZSI6ICIwMDAyX0pDNDV5Wk5UcE1tUmk2MGJyVlUwRFZqQ0FRRDZuaE02ZTF5c2pGOVNQTSIsICJ1cmwiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvY2hhbGwtdjMvNjI0MTQ3MDA4NTAvQzNXNFZnIiwgImFsZyI6ICJSUzI1NiIsICJraWQiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8zMzc4MzE2MzAifQ", "payload": "e30", "signature": "IV6MtWjkAsLAgnIpZAt0EJSN4IsPJ00OPeYjhxlplJqWLRpa7a70WhkK7X2n5j-Xpzdyfi9VE-IYTtliMl00Yof2OPKI7KLqGs8qVjh7oPmJRvcYKwjTt4fDka48bQy5LRG50PDsX4xPD8Pj2q9Cj0fAZksgcP5fSqPRGi7hpGboIArgL65HrVEJC0GWG1n8pl_9y1FByhI6pz1pyWWz3znrTVAbZDfybmEyrXS4-VxAPNXSs8tvpo64A0wByQplY3JTxkV-guuCZlGkF45iUzfZH4ImBo9R700G47JrfREuBkSNDaSFJGcC7kAEKhfMKm7Y59lRjb5cj-X6AQd1Rg"}'
[Mon Dec 27 16:25:19 CST 2021] _postContentType='application/jose+json'
[Mon Dec 27 16:25:19 CST 2021] Http already initialized.
[Mon Dec 27 16:25:19 CST 2021] _CURL='curl --silent --dump-header /home/pi/.acme.sh/http.header  -L  --trace-ascii /tmp/tmp.CVKR11Ciri  -g '
[Mon Dec 27 16:25:20 CST 2021] _ret='0'
[Mon Dec 27 16:25:20 CST 2021] _hcode='0'
[Mon Dec 27 16:25:20 CST 2021] responseHeaders='HTTP/2 200
server: nginx
date: Mon, 27 Dec 2021 08:25:19 GMT
content-type: application/json
content-length: 185
boulder-requester: 337831630
cache-control: public, max-age=0, no-cache
link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
link: <https://acme-v02.api.letsencrypt.org/acme/authz-v3/62414700850>;rel="up"
location: https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/C3W4Vg
replay-nonce: 0101GeMcGXmTpSo087gHSLNf0J7xCSi0YoaipAOTbt68EUQ
x-frame-options: DENY
strict-transport-security: max-age=604800
'
[Mon Dec 27 16:25:20 CST 2021] code='200'
[Mon Dec 27 16:25:20 CST 2021] original='{
  "type": "dns-01",
  "status": "pending",
  "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/C3W4Vg",
  "token": "oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4"
}'
[Mon Dec 27 16:25:20 CST 2021] response='{"type":"dns-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62414700850/C3W4Vg","token":"oq4iU09MRqDqPSRd_y0A-sHU1aqVzvNqDK3IVrYCpK4"}'
[Mon Dec 27 16:25:20 CST 2021] Diagnosis versions:
openssl:openssl
OpenSSL 1.1.1d  10 Sep 2019
apache:
apache doesn't exist.
nginx:
nginx version: nginx/1.14.2
built with OpenSSL 1.1.1d  10 Sep 2019
TLS SNI support enabled
configure arguments: --with-cc-opt='-g -O2 -fdebug-prefix-map=/build/nginx-dPHYpN/nginx-1.14.2=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wdate-time -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-z,relro -Wl,-z,now -fPIC' --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --modules-path=/usr/lib/nginx/modules --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-debug --with-pcre-jit --with-http_ssl_module --with-http_stub_status_module --with-http_realip_module --with-http_auth_request_module --with-http_v2_module --with-http_dav_module --with-http_slice_module --with-threads --with-http_addition_module --with-http_geoip_module=dynamic --with-http_gunzip_module --with-http_gzip_static_module --with-http_image_filter_module=dynamic --with-http_sub_module --with-http_xslt_module=dynamic --with-stream=dynamic --with-stream_ssl_module --with-stream_ssl_preread_module --with-mail=dynamic --with-mail_ssl_module --add-dynamic-module=/build/nginx-dPHYpN/nginx-1.14.2/debian/modules/http-auth-pam --add-dynamic-module=/build/nginx-dPHYpN/nginx-1.14.2/debian/modules/http-dav-ext --add-dynamic-module=/build/nginx-dPHYpN/nginx-1.14.2/debian/modules/http-echo --add-dynamic-module=/build/nginx-dPHYpN/nginx-1.14.2/debian/modules/http-upstream-fair --add-dynamic-module=/build/nginx-dPHYpN/nginx-1.14.2/debian/modules/http-subs-filter
socat:
socat by Gerhard Rieger and contributors - see www.dest-unreach.org
socat version 1.7.3.2 on Nov 19 2017 13:56:10
   running on Linux version #1496 SMP Wed Dec 1 15:58:11 GMT 2021, release 5.10.63-v7+, machine armv7l
features:
  #define WITH_STDIO 1
  #define WITH_FDNUM 1
  #define WITH_FILE 1
  #define WITH_CREAT 1
  #define WITH_GOPEN 1
  #define WITH_TERMIOS 1
  #define WITH_PIPE 1
  #define WITH_UNIX 1
  #define WITH_ABSTRACT_UNIXSOCKET 1
  #define WITH_IP4 1
  #define WITH_IP6 1
  #define WITH_RAWIP 1
  #define WITH_GENERICSOCKET 1
  #define WITH_INTERFACE 1
  #define WITH_TCP 1
  #define WITH_UDP 1
  #define WITH_SCTP 1
  #define WITH_LISTEN 1
  #define WITH_SOCKS4 1
  #define WITH_SOCKS4A 1
  #define WITH_PROXY 1
  #define WITH_SYSTEM 1
  #define WITH_EXEC 1
  #undef WITH_READLINE
  #define WITH_TUN 1
  #define WITH_PTY 1
  #define WITH_OPENSSL 1
  #undef WITH_FIPS
  #define WITH_LIBWRAP 1
  #define WITH_SYCLS 1
  #define WITH_FILAN 1
  #define WITH_RETRY 1
  #define WITH_MSGLEVEL 0 /*debug*/
[Mon Dec 27 16:25:20 CST 2021] pid
[Mon Dec 27 16:25:20 CST 2021] No need to restore nginx, skip.
[Mon Dec 27 16:25:20 CST 2021] _clearupdns
[Mon Dec 27 16:25:20 CST 2021] dns_entries
[Mon Dec 27 16:25:20 CST 2021] skip dns.```

My web server is (include version):


The operating system my web server runs on is (include version):

My hosting provider, if applicable, is:
nginx/1.14.2
Server version: Apache/2.4.38 (Raspbian)

I can login to a root shell on my machine (yes or no, or I don't know):
Yes,I use a raspberrypi 3b+ to establish my server,and use port forwarding on my router to Pi

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):

When I use cerbot --version, it comes out `AttributeError: 'module' object has no attribute 'Locale'`

Looks like NameSilo doesn't like your API key.

2 Likes

The first time I generated apikey, I mistakenly filled in the ip with restricted access, after that I deleted the ip, regenerated a new apikey and export new key, will this be the reason I was denied?

You should be able to test your namesilo api key using their api directly. Like:

https://www.namesilo.com/api/getDomainInfo?version=1&type=xml&key=(YourKeyHere)&domain=shakesbill.top

If that works then acme.sh should work too.

2 Likes

It requests below:

<namesilo>
<request>
<operation>getDomainInfo</operation>
<ip>45.126.124.181</ip>
</request>
<reply>
<code>300</code>
<detail>success</detail>
<created>2021-12-15</created>
<expires>2022-12-15</expires>
<status>Active</status>
<locked>Yes</locked>
<private>Yes</private>
<auto_renew>No</auto_renew>
<traffic_type>Custom DNS</traffic_type>
<email_verification_required>No</email_verification_required>
<portfolio>N/A</portfolio>
<forward_url>N/A</forward_url>
<forward_type>N/A</forward_type>
<nameservers>
<nameserver position="1">NS1.DNSOWL.COM</nameserver>
<nameserver position="2">NS2.DNSOWL.COM</nameserver>
<nameserver position="3">NS3.DNSOWL.COM</nameserver>
</nameservers>
<contact_ids>
<registrant>12800096</registrant>
<administrative>12800096</administrative>
<technical>12800096</technical>
<billing>12800096</billing>
</contact_ids>
</reply>
</namesilo>

Seems like nothing wrong?

Yes, looks ok. So does the acme.sh command work now?

3 Likes

It's really strange, this time it no longer prompts "permission denied", and seems apikey is fine. But it still fails, here is the debug content. What is the problem, please?

[Tue Dec 28 00:44:30 CST 2021] Lets find script dir.
[Tue Dec 28 00:44:30 CST 2021] _SCRIPT_='/home/pi/.acme.sh/acme.sh'
[Tue Dec 28 00:44:30 CST 2021] _script='/home/pi/.acme.sh/acme.sh'
[Tue Dec 28 00:44:30 CST 2021] _script_home='/home/pi/.acme.sh'
[Tue Dec 28 00:44:30 CST 2021] Using default home:/home/pi/.acme.sh
[Tue Dec 28 00:44:30 CST 2021] Using config home:/home/pi/.acme.sh
[Tue Dec 28 00:44:30 CST 2021] LE_WORKING_DIR='/home/pi/.acme.sh'
https://github.com/acmesh-official/acme.sh
v3.0.2
[Tue Dec 28 00:44:30 CST 2021] Running cmd: issue
[Tue Dec 28 00:44:30 CST 2021] _main_domain='shakesbil.top'
[Tue Dec 28 00:44:30 CST 2021] _alt_domains='*.shakesbil.top'
[Tue Dec 28 00:44:30 CST 2021] Using config home:/home/pi/.acme.sh
[Tue Dec 28 00:44:30 CST 2021] default_acme_server='https://acme-v02.api.letsencrypt.org/directory'
[Tue Dec 28 00:44:30 CST 2021] ACME_DIRECTORY='https://acme-v02.api.letsencrypt.org/directory'
[Tue Dec 28 00:44:30 CST 2021] _ACME_SERVER_HOST='acme-v02.api.letsencrypt.org'
[Tue Dec 28 00:44:30 CST 2021] _ACME_SERVER_PATH='directory'
[Tue Dec 28 00:44:30 CST 2021] DOMAIN_PATH='/home/pi/.acme.sh/shakesbil.top'
[Tue Dec 28 00:44:30 CST 2021] 'dns_namesilo' does not contain 'dns'
[Tue Dec 28 00:44:30 CST 2021] Le_NextRenewTime
[Tue Dec 28 00:44:30 CST 2021] Using ACME_DIRECTORY: https://acme-v02.api.letsencrypt.org/directory
[Tue Dec 28 00:44:30 CST 2021] _init api for server: https://acme-v02.api.letsencrypt.org/directory
[Tue Dec 28 00:44:30 CST 2021] Retrying GET
[Tue Dec 28 00:44:30 CST 2021] GET
[Tue Dec 28 00:44:30 CST 2021] url='https://acme-v02.api.letsencrypt.org/directory'
[Tue Dec 28 00:44:30 CST 2021] timeout=
[Tue Dec 28 00:44:30 CST 2021] displayError='1'
[Tue Dec 28 00:44:31 CST 2021] _CURL='curl --silent --dump-header /home/pi/.acme.sh/http.header  -L  --trace-ascii /tmp/tmp.We2LPZCsMc  -g '
[Tue Dec 28 00:44:32 CST 2021] ret='0'
[Tue Dec 28 00:44:32 CST 2021] _hcode='0'
[Tue Dec 28 00:44:32 CST 2021] response='{
  "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change",
  "meta": {
    "caaIdentities": [
      "letsencrypt.org"
    ],
    "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf",
    "website": "https://letsencrypt.org"
  },
  "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct",
  "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce",
  "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order",
  "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert",
  "vj4wqlIPDJc": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417"
}'
[Tue Dec 28 00:44:32 CST 2021] ACME_KEY_CHANGE='https://acme-v02.api.letsencrypt.org/acme/key-change'
[Tue Dec 28 00:44:32 CST 2021] ACME_NEW_AUTHZ
[Tue Dec 28 00:44:32 CST 2021] ACME_NEW_ORDER='https://acme-v02.api.letsencrypt.org/acme/new-order'
[Tue Dec 28 00:44:32 CST 2021] ACME_NEW_ACCOUNT='https://acme-v02.api.letsencrypt.org/acme/new-acct'
[Tue Dec 28 00:44:32 CST 2021] ACME_REVOKE_CERT='https://acme-v02.api.letsencrypt.org/acme/revoke-cert'
[Tue Dec 28 00:44:32 CST 2021] ACME_AGREEMENT='https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf'
[Tue Dec 28 00:44:32 CST 2021] ACME_NEW_NONCE='https://acme-v02.api.letsencrypt.org/acme/new-nonce'
[Tue Dec 28 00:44:32 CST 2021] Using CA: https://acme-v02.api.letsencrypt.org/directory
[Tue Dec 28 00:44:32 CST 2021] _on_before_issue
[Tue Dec 28 00:44:32 CST 2021] _chk_main_domain='shakesbil.top'
[Tue Dec 28 00:44:32 CST 2021] _chk_alt_domains='*.shakesbil.top'
[Tue Dec 28 00:44:32 CST 2021] 'dns_namesilo' does not contain 'no'
[Tue Dec 28 00:44:32 CST 2021] Le_LocalAddress
[Tue Dec 28 00:44:32 CST 2021] d='shakesbil.top'
[Tue Dec 28 00:44:32 CST 2021] Check for domain='shakesbil.top'
[Tue Dec 28 00:44:33 CST 2021] _currentRoot='dns_namesilo'
[Tue Dec 28 00:44:33 CST 2021] d='*.shakesbil.top'
[Tue Dec 28 00:44:33 CST 2021] Check for domain='*.shakesbil.top'
[Tue Dec 28 00:44:33 CST 2021] _currentRoot='dns_namesilo'
[Tue Dec 28 00:44:33 CST 2021] d
[Tue Dec 28 00:44:33 CST 2021] 'dns_namesilo' does not contain 'apache'
[Tue Dec 28 00:44:33 CST 2021] _saved_account_key_hash='o7aipt51TYj8aOQgXpI84B5ioD3djysbE4ypOfGtzjs='
[Tue Dec 28 00:44:33 CST 2021] _saved_account_key_hash is not changed, skip register account.
[Tue Dec 28 00:44:33 CST 2021] Read key length:
[Tue Dec 28 00:44:33 CST 2021] _createcsr
[Tue Dec 28 00:44:33 CST 2021] domain='shakesbil.top'
[Tue Dec 28 00:44:33 CST 2021] domainlist='*.shakesbil.top'
[Tue Dec 28 00:44:33 CST 2021] csrkey='/home/pi/.acme.sh/shakesbil.top/shakesbil.top.key'
[Tue Dec 28 00:44:33 CST 2021] csr='/home/pi/.acme.sh/shakesbil.top/shakesbil.top.csr'
[Tue Dec 28 00:44:33 CST 2021] csrconf='/home/pi/.acme.sh/shakesbil.top/shakesbil.top.csr.conf'
[Tue Dec 28 00:44:33 CST 2021] _is_idn_d='*.shakesbil.top'
[Tue Dec 28 00:44:33 CST 2021] _idn_temp
[Tue Dec 28 00:44:33 CST 2021] domainlist='*.shakesbil.top'
[Tue Dec 28 00:44:33 CST 2021] Multi domain='DNS:shakesbil.top,DNS:*.shakesbil.top'
[Tue Dec 28 00:44:33 CST 2021] _is_idn_d='shakesbil.top'
[Tue Dec 28 00:44:33 CST 2021] _idn_temp
[Tue Dec 28 00:44:33 CST 2021] _csr_cn='shakesbil.top'
[Tue Dec 28 00:44:33 CST 2021] Getting domain auth token for each domain
[Tue Dec 28 00:44:33 CST 2021] _is_idn_d='shakesbil.top'
[Tue Dec 28 00:44:33 CST 2021] _idn_temp
[Tue Dec 28 00:44:33 CST 2021] d='*.shakesbil.top'
[Tue Dec 28 00:44:33 CST 2021] _is_idn_d='*.shakesbil.top'
[Tue Dec 28 00:44:33 CST 2021] _idn_temp
[Tue Dec 28 00:44:33 CST 2021] d
[Tue Dec 28 00:44:33 CST 2021] _identifiers='{"type":"dns","value":"shakesbil.top"},{"type":"dns","value":"*.shakesbil.top"}'
[Tue Dec 28 00:44:33 CST 2021] url='https://acme-v02.api.letsencrypt.org/acme/new-order'
[Tue Dec 28 00:44:33 CST 2021] payload='{"identifiers": [{"type":"dns","value":"shakesbil.top"},{"type":"dns","value":"*.shakesbil.top"}]}'
[Tue Dec 28 00:44:33 CST 2021] RSA key
[Tue Dec 28 00:44:34 CST 2021] Get nonce with HEAD. ACME_NEW_NONCE='https://acme-v02.api.letsencrypt.org/acme/new-nonce'
[Tue Dec 28 00:44:34 CST 2021] Retrying post
[Tue Dec 28 00:44:34 CST 2021] HEAD
[Tue Dec 28 00:44:34 CST 2021] _post_url='https://acme-v02.api.letsencrypt.org/acme/new-nonce'
[Tue Dec 28 00:44:34 CST 2021] body
[Tue Dec 28 00:44:34 CST 2021] _postContentType='application/jose+json'
[Tue Dec 28 00:44:34 CST 2021] _CURL='curl --silent --dump-header /home/pi/.acme.sh/http.header  -L  --trace-ascii /tmp/tmp.BXeKqny0Ow  -g  -I  '
[Tue Dec 28 00:44:35 CST 2021] _ret='0'
[Tue Dec 28 00:44:35 CST 2021] _hcode='0'
[Tue Dec 28 00:44:35 CST 2021] _headers='HTTP/2 200
server: nginx
date: Mon, 27 Dec 2021 16:44:35 GMT
cache-control: public, max-age=0, no-cache
link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
replay-nonce: 0002PtP8mvi6VBqmD9Kj9C0gsA2n-V0RanBlANYFs1Vk1dw
x-frame-options: DENY
strict-transport-security: max-age=604800
'
[Tue Dec 28 00:44:35 CST 2021] _CACHED_NONCE='0002PtP8mvi6VBqmD9Kj9C0gsA2n-V0RanBlANYFs1Vk1dw'
[Tue Dec 28 00:44:35 CST 2021] nonce='0002PtP8mvi6VBqmD9Kj9C0gsA2n-V0RanBlANYFs1Vk1dw'
[Tue Dec 28 00:44:35 CST 2021] Retrying post
[Tue Dec 28 00:44:35 CST 2021] POST
[Tue Dec 28 00:44:35 CST 2021] _post_url='https://acme-v02.api.letsencrypt.org/acme/new-order'
[Tue Dec 28 00:44:35 CST 2021] body='{"protected": "eyJub25jZSI6ICIwMDAyUHRQOG12aTZWQnFtRDlLajlDMGdzQTJuLVYwUmFuQmxBTllGczFWazFkdyIsICJ1cmwiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvbmV3LW9yZGVyIiwgImFsZyI6ICJSUzI1NiIsICJraWQiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8zMzg0ODgzMDAifQ", "payload": "eyJpZGVudGlmaWVycyI6IFt7InR5cGUiOiJkbnMiLCJ2YWx1ZSI6InNoYWtlc2JpbC50b3AifSx7InR5cGUiOiJkbnMiLCJ2YWx1ZSI6Iiouc2hha2VzYmlsLnRvcCJ9XX0", "signature": "Zyn0leQdUmbq-OGO5troglWnFlfEl0w0Df1R80adgsteX7QV4kyx2Q98qXKbqsVZQh48Uhxd1xVOzwXPcfk_9dWfknO81KFzaSeJcgPCKyQ5f4tr_kjhgzGfDKa3N6lJiGsFsB7UEEDry6YlfoID2gGFNwVj-J016tZAD1Q4vH_2_zCqczG2X0pcf2qYHXQlABchFVdhTfx9SemAyokzTcfRfm0wfl4jkBdXp2J5FivvhbYfdR786cj1LAmYtZdwMBz7jF_5bA1veY-XjWvDuSOiKl7WJAhHiVmKqjjqGNtmIhim8lt7GGg9nppLDV_WXp1uEYyU35hHqmMN1p4Htg"}'
[Tue Dec 28 00:44:35 CST 2021] _postContentType='application/jose+json'
[Tue Dec 28 00:44:35 CST 2021] Http already initialized.
[Tue Dec 28 00:44:35 CST 2021] _CURL='curl --silent --dump-header /home/pi/.acme.sh/http.header  -L  --trace-ascii /tmp/tmp.BXeKqny0Ow  -g '
[Tue Dec 28 00:44:36 CST 2021] _ret='0'
[Tue Dec 28 00:44:36 CST 2021] _hcode='0'
[Tue Dec 28 00:44:36 CST 2021] responseHeaders='HTTP/2 201
server: nginx
date: Mon, 27 Dec 2021 16:44:36 GMT
content-type: application/json
content-length: 473
boulder-requester: 338488300
cache-control: public, max-age=0, no-cache
link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
location: https://acme-v02.api.letsencrypt.org/acme/order/338488300/50590410780
replay-nonce: 0101TV1P6oNHQjZ-0tyoWzvi9nwfUGriRd3ygtjqlgXuDEE
x-frame-options: DENY
strict-transport-security: max-age=604800
'
[Tue Dec 28 00:44:36 CST 2021] code='201'
[Tue Dec 28 00:44:36 CST 2021] original='{
  "status": "pending",
  "expires": "2022-01-03T16:44:36Z",
  "identifiers": [
    {
      "type": "dns",
      "value": "*.shakesbil.top"
    },
    {
      "type": "dns",
      "value": "shakesbil.top"
    }
  ],
  "authorizations": [
    "https://acme-v02.api.letsencrypt.org/acme/authz-v3/62517179800",
    "https://acme-v02.api.letsencrypt.org/acme/authz-v3/62517179810"
  ],
  "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/338488300/50590410780"
}'
[Tue Dec 28 00:44:36 CST 2021] response='{"status":"pending","expires":"2022-01-03T16:44:36Z","identifiers":[{"type":"dns","value":"*.shakesbil.top"},{"type":"dns","value":"shakesbil.top"}],"authorizations":["https://acme-v02.api.letsencrypt.org/acme/authz-v3/62517179800","https://acme-v02.api.letsencrypt.org/acme/authz-v3/62517179810"],"finalize":"https://acme-v02.api.letsencrypt.org/acme/finalize/338488300/50590410780"}'
[Tue Dec 28 00:44:37 CST 2021] Le_LinkOrder='https://acme-v02.api.letsencrypt.org/acme/order/338488300/50590410780'
[Tue Dec 28 00:44:37 CST 2021] Le_OrderFinalize='https://acme-v02.api.letsencrypt.org/acme/finalize/338488300/50590410780'
[Tue Dec 28 00:44:37 CST 2021] _authorizations_seg='https://acme-v02.api.letsencrypt.org/acme/authz-v3/62517179800,https://acme-v02.api.letsencrypt.org/acme/authz-v3/62517179810'
[Tue Dec 28 00:44:37 CST 2021] _authz_url='https://acme-v02.api.letsencrypt.org/acme/authz-v3/62517179800'
[Tue Dec 28 00:44:37 CST 2021] url='https://acme-v02.api.letsencrypt.org/acme/authz-v3/62517179800'
[Tue Dec 28 00:44:37 CST 2021] payload
[Tue Dec 28 00:44:37 CST 2021] Use cached jwk for file: /home/pi/.acme.sh/ca/acme-v02.api.letsencrypt.org/directory/account.key
[Tue Dec 28 00:44:37 CST 2021] Use _CACHED_NONCE='0101TV1P6oNHQjZ-0tyoWzvi9nwfUGriRd3ygtjqlgXuDEE'
[Tue Dec 28 00:44:37 CST 2021] nonce='0101TV1P6oNHQjZ-0tyoWzvi9nwfUGriRd3ygtjqlgXuDEE'
[Tue Dec 28 00:44:37 CST 2021] Retrying post
[Tue Dec 28 00:44:37 CST 2021] POST
[Tue Dec 28 00:44:37 CST 2021] _post_url='https://acme-v02.api.letsencrypt.org/acme/authz-v3/62517179800'
[Tue Dec 28 00:44:37 CST 2021] body='{"protected": "eyJub25jZSI6ICIwMTAxVFYxUDZvTkhRalotMHR5b1d6dmk5bndmVUdyaVJkM3lndGpxbGdYdURFRSIsICJ1cmwiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYXV0aHotdjMvNjI1MTcxNzk4MDAiLCAiYWxnIjogIlJTMjU2IiwgImtpZCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hY2N0LzMzODQ4ODMwMCJ9", "payload": "", "signature": "frCIKMDk-IdwRQEMoy1hKMAl68O_dKRHuiJpDPpZxNOD4CdB-y21fQa4G2yA4F5OVl1jgZyR79KitngvO2Y3go7F75RfOmxAh9X1tfwdX941UJyB476KyxBmBI0bUfTO8IVGv3oTuJ076FzvyNVuHRTpjoxaiILMcL-uTLrUc8qEn16S4WX3EwUlPClPFR4NveSZJv5EhP0bh9dInUEx5OId43llTCdnNvdYDYMdkvD3v8f3tsfO5QmLWe0UmVcj3KkXFs-RMP-aZUESIc9j-mJMxipUYOwOO_gYzbUZWg1s3IuwlZcmiAfL6PLxzRWr9nR4fMl4upLLqb1z1oMtbw"}'
[Tue Dec 28 00:44:37 CST 2021] _postContentType='application/jose+json'
[Tue Dec 28 00:44:37 CST 2021] Http already initialized.
[Tue Dec 28 00:44:37 CST 2021] _CURL='curl --silent --dump-header /home/pi/.acme.sh/http.header  -L  --trace-ascii /tmp/tmp.BXeKqny0Ow  -g '
[Tue Dec 28 00:44:38 CST 2021] _ret='0'
[Tue Dec 28 00:44:38 CST 2021] _hcode='0'
[Tue Dec 28 00:44:38 CST 2021] responseHeaders='HTTP/2 200
server: nginx
date: Mon, 27 Dec 2021 16:44:38 GMT
content-type: application/json
content-length: 386
boulder-requester: 338488300
cache-control: public, max-age=0, no-cache
link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
replay-nonce: 0101HS3G3_LaRc7gr7_0WYUuYzVUC9JegRo4Uh3912u8JgQ
x-frame-options: DENY
strict-transport-security: max-age=604800
'
[Tue Dec 28 00:44:38 CST 2021] code='200'
[Tue Dec 28 00:44:38 CST 2021] original='{
  "identifier": {
    "type": "dns",
    "value": "shakesbil.top"
  },
  "status": "pending",
  "expires": "2022-01-03T16:44:36Z",
  "challenges": [
    {
      "type": "dns-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179800/Pq8C3g",
      "token": "UjqjGMR1G2MsdLIL8aaTRrviOMeCwNy3GqFiCvlVFMo"
    }
  ],
  "wildcard": true
}'
[Tue Dec 28 00:44:38 CST 2021] response='{"identifier":{"type":"dns","value":"shakesbil.top"},"status":"pending","expires":"2022-01-03T16:44:36Z","challenges":[{"type":"dns-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179800/Pq8C3g","token":"UjqjGMR1G2MsdLIL8aaTRrviOMeCwNy3GqFiCvlVFMo"}],"wildcard": true}'
[Tue Dec 28 00:44:38 CST 2021] response='{"identifier":{"type":"dns","value":"shakesbil.top"},"status":"pending","expires":"2022-01-03T16:44:36Z","challenges":[{"type":"dns-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179800/Pq8C3g","token":"UjqjGMR1G2MsdLIL8aaTRrviOMeCwNy3GqFiCvlVFMo"}],"wildcard": true}'
[Tue Dec 28 00:44:38 CST 2021] _d='*.shakesbil.top'
[Tue Dec 28 00:44:38 CST 2021] _authz_url='https://acme-v02.api.letsencrypt.org/acme/authz-v3/62517179810'
[Tue Dec 28 00:44:38 CST 2021] url='https://acme-v02.api.letsencrypt.org/acme/authz-v3/62517179810'
[Tue Dec 28 00:44:38 CST 2021] payload
[Tue Dec 28 00:44:38 CST 2021] Use cached jwk for file: /home/pi/.acme.sh/ca/acme-v02.api.letsencrypt.org/directory/account.key
[Tue Dec 28 00:44:38 CST 2021] Use _CACHED_NONCE='0101HS3G3_LaRc7gr7_0WYUuYzVUC9JegRo4Uh3912u8JgQ'
[Tue Dec 28 00:44:38 CST 2021] nonce='0101HS3G3_LaRc7gr7_0WYUuYzVUC9JegRo4Uh3912u8JgQ'
[Tue Dec 28 00:44:39 CST 2021] Retrying post
[Tue Dec 28 00:44:39 CST 2021] POST
[Tue Dec 28 00:44:39 CST 2021] _post_url='https://acme-v02.api.letsencrypt.org/acme/authz-v3/62517179810'
[Tue Dec 28 00:44:39 CST 2021] body='{"protected": "eyJub25jZSI6ICIwMTAxSFMzRzNfTGFSYzdncjdfMFdZVXVZelZVQzlKZWdSbzRVaDM5MTJ1OEpnUSIsICJ1cmwiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYXV0aHotdjMvNjI1MTcxNzk4MTAiLCAiYWxnIjogIlJTMjU2IiwgImtpZCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hY2N0LzMzODQ4ODMwMCJ9", "payload": "", "signature": "Yy7rmzjvyPWqC09H8YjiJ79rLElKhH6LFHTLTbMeJVOBj8okUBvdI67OvmZadwf4qa1gUBZJvk77WftX77XGmfQ20AvGLwally1uszVmHZTZ0ggABFFZu6tYk5vnjg8rfeB7ZHvN7eiyvx60bWQcV6Q3c9gBFvwSmFh062KNl98XoUx_YKKnyLqLhR59o99aeHiabdwgFX5Bl3CGVvqkrPrpzlP4MYZ_Fe5482gPv6j6gYzVS1J6zZIQfqwnmxG3P4SnC58-0VsVFeKdZa3jhpYIt7_IfFYr_wn6eRIIEZ5zI4BbK8FG9JZ8nlPbSyh0T7FsrQGjE7oh0wJlnnSUgQ"}'
[Tue Dec 28 00:44:39 CST 2021] _postContentType='application/jose+json'
[Tue Dec 28 00:44:39 CST 2021] Http already initialized.
[Tue Dec 28 00:44:39 CST 2021] _CURL='curl --silent --dump-header /home/pi/.acme.sh/http.header  -L  --trace-ascii /tmp/tmp.BXeKqny0Ow  -g '
[Tue Dec 28 00:44:42 CST 2021] _ret='0'
[Tue Dec 28 00:44:42 CST 2021] _hcode='0'
[Tue Dec 28 00:44:42 CST 2021] responseHeaders='HTTP/2 200
server: nginx
date: Mon, 27 Dec 2021 16:44:41 GMT
content-type: application/json
content-length: 794
boulder-requester: 338488300
cache-control: public, max-age=0, no-cache
link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
replay-nonce: 0102FlfwnWuM62PcT-HWG0CrUC0otgoj1djTK2gcwAMTE-g
x-frame-options: DENY
strict-transport-security: max-age=604800
'
[Tue Dec 28 00:44:42 CST 2021] code='200'
[Tue Dec 28 00:44:42 CST 2021] original='{
  "identifier": {
    "type": "dns",
    "value": "shakesbil.top"
  },
  "status": "pending",
  "expires": "2022-01-03T16:44:36Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/gBUkFg",
      "token": "RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/m3iElw",
      "token": "RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc"
    },
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/uFwyZw",
      "token": "RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc"
    }
  ]
}'
[Tue Dec 28 00:44:42 CST 2021] response='{"identifier":{"type":"dns","value":"shakesbil.top"},"status":"pending","expires":"2022-01-03T16:44:36Z","challenges":[{"type":"http-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/gBUkFg","token":"RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc"},{"type":"dns-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/m3iElw","token":"RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc"},{"type":"tls-alpn-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/uFwyZw","token":"RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc"}]}'
[Tue Dec 28 00:44:42 CST 2021] response='{"identifier":{"type":"dns","value":"shakesbil.top"},"status":"pending","expires":"2022-01-03T16:44:36Z","challenges":[{"type":"http-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/gBUkFg","token":"RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc"},{"type":"dns-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/m3iElw","token":"RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc"},{"type":"tls-alpn-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/uFwyZw","token":"RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc"}]}'
[Tue Dec 28 00:44:42 CST 2021] _d='shakesbil.top'
[Tue Dec 28 00:44:42 CST 2021] _authorizations_map='shakesbil.top,{"identifier":{"type":"dns","value":"shakesbil.top"},"status":"pending","expires":"2022-01-03T16:44:36Z","challenges":[{"type":"http-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/gBUkFg","token":"RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc"},{"type":"dns-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/m3iElw","token":"RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc"},{"type":"tls-alpn-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/uFwyZw","token":"RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc"}]}
*.shakesbil.top,{"identifier":{"type":"dns","value":"shakesbil.top"},"status":"pending","expires":"2022-01-03T16:44:36Z","challenges":[{"type":"dns-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179800/Pq8C3g","token":"UjqjGMR1G2MsdLIL8aaTRrviOMeCwNy3GqFiCvlVFMo"}],"wildcard": true}
'
[Tue Dec 28 00:44:42 CST 2021] d='shakesbil.top'
[Tue Dec 28 00:44:42 CST 2021] Getting webroot for domain='shakesbil.top'
[Tue Dec 28 00:44:42 CST 2021] _w='dns_namesilo'
[Tue Dec 28 00:44:42 CST 2021] _currentRoot='dns_namesilo'
[Tue Dec 28 00:44:42 CST 2021] _is_idn_d='shakesbil.top'
[Tue Dec 28 00:44:42 CST 2021] _idn_temp
[Tue Dec 28 00:44:42 CST 2021] _candidates='shakesbil.top,{"identifier":{"type":"dns","value":"shakesbil.top"},"status":"pending","expires":"2022-01-03T16:44:36Z","challenges":[{"type":"http-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/gBUkFg","token":"RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc"},{"type":"dns-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/m3iElw","token":"RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc"},{"type":"tls-alpn-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/uFwyZw","token":"RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc"}]}'
[Tue Dec 28 00:44:42 CST 2021] response='{"identifier":{"type":"dns","value":"shakesbil.top"},"status":"pending","expires":"2022-01-03T16:44:36Z","challenges":[{"type":"http-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/gBUkFg","token":"RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc"},{"type":"dns-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/m3iElw","token":"RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc"},{"type":"tls-alpn-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/uFwyZw","token":"RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc"}]}'
[Tue Dec 28 00:44:42 CST 2021] entry='"type":"dns-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/m3iElw","token":"RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc"'
[Tue Dec 28 00:44:42 CST 2021] token='RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc'
[Tue Dec 28 00:44:42 CST 2021] uri='https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/m3iElw'
[Tue Dec 28 00:44:42 CST 2021] keyauthorization='RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc.PiKXDmGSevRcls_zgXSlJYm8neA-gGD_1z5H9Uu46YA'
[Tue Dec 28 00:44:42 CST 2021] dvlist='shakesbil.top#RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc.PiKXDmGSevRcls_zgXSlJYm8neA-gGD_1z5H9Uu46YA#https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/m3iElw#dns-01#dns_namesilo'
[Tue Dec 28 00:44:42 CST 2021] d='*.shakesbil.top'
[Tue Dec 28 00:44:42 CST 2021] Getting webroot for domain='*.shakesbil.top'
[Tue Dec 28 00:44:42 CST 2021] _w='dns_namesilo'
[Tue Dec 28 00:44:42 CST 2021] _currentRoot='dns_namesilo'
[Tue Dec 28 00:44:42 CST 2021] _is_idn_d='*.shakesbil.top'
[Tue Dec 28 00:44:42 CST 2021] _idn_temp
[Tue Dec 28 00:44:43 CST 2021] _candidates='*.shakesbil.top,{"identifier":{"type":"dns","value":"shakesbil.top"},"status":"pending","expires":"2022-01-03T16:44:36Z","challenges":[{"type":"dns-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179800/Pq8C3g","token":"UjqjGMR1G2MsdLIL8aaTRrviOMeCwNy3GqFiCvlVFMo"}],"wildcard": true}'
[Tue Dec 28 00:44:43 CST 2021] response='{"identifier":{"type":"dns","value":"shakesbil.top"},"status":"pending","expires":"2022-01-03T16:44:36Z","challenges":[{"type":"dns-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179800/Pq8C3g","token":"UjqjGMR1G2MsdLIL8aaTRrviOMeCwNy3GqFiCvlVFMo"}],"wildcard": true}'
[Tue Dec 28 00:44:43 CST 2021] entry='"type":"dns-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179800/Pq8C3g","token":"UjqjGMR1G2MsdLIL8aaTRrviOMeCwNy3GqFiCvlVFMo"'
[Tue Dec 28 00:44:43 CST 2021] token='UjqjGMR1G2MsdLIL8aaTRrviOMeCwNy3GqFiCvlVFMo'
[Tue Dec 28 00:44:43 CST 2021] uri='https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179800/Pq8C3g'
[Tue Dec 28 00:44:43 CST 2021] keyauthorization='UjqjGMR1G2MsdLIL8aaTRrviOMeCwNy3GqFiCvlVFMo.PiKXDmGSevRcls_zgXSlJYm8neA-gGD_1z5H9Uu46YA'
[Tue Dec 28 00:44:43 CST 2021] dvlist='*.shakesbil.top#UjqjGMR1G2MsdLIL8aaTRrviOMeCwNy3GqFiCvlVFMo.PiKXDmGSevRcls_zgXSlJYm8neA-gGD_1z5H9Uu46YA#https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179800/Pq8C3g#dns-01#dns_namesilo'
[Tue Dec 28 00:44:43 CST 2021] d
[Tue Dec 28 00:44:43 CST 2021] vlist='shakesbil.top#RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc.PiKXDmGSevRcls_zgXSlJYm8neA-gGD_1z5H9Uu46YA#https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/m3iElw#dns-01#dns_namesilo,*.shakesbil.top#UjqjGMR1G2MsdLIL8aaTRrviOMeCwNy3GqFiCvlVFMo.PiKXDmGSevRcls_zgXSlJYm8neA-gGD_1z5H9Uu46YA#https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179800/Pq8C3g#dns-01#dns_namesilo,'
[Tue Dec 28 00:44:43 CST 2021] d='shakesbil.top'
[Tue Dec 28 00:44:43 CST 2021] _d_alias
[Tue Dec 28 00:44:43 CST 2021] txtdomain='_acme-challenge.shakesbil.top'
[Tue Dec 28 00:44:43 CST 2021] txt='10UTJBrEAX7Ux0OUfBj8DDaNXQKJcXC11gU-H2l8YDM'
[Tue Dec 28 00:44:43 CST 2021] d_api='/home/pi/.acme.sh/dnsapi/dns_namesilo.sh'
[Tue Dec 28 00:44:43 CST 2021] dns_entry='shakesbil.top,_acme-challenge.shakesbil.top,,dns_namesilo,10UTJBrEAX7Ux0OUfBj8DDaNXQKJcXC11gU-H2l8YDM,/home/pi/.acme.sh/dnsapi/dns_namesilo.sh'
[Tue Dec 28 00:44:43 CST 2021] Found domain api file: /home/pi/.acme.sh/dnsapi/dns_namesilo.sh
[Tue Dec 28 00:44:43 CST 2021] Adding txt value: 10UTJBrEAX7Ux0OUfBj8DDaNXQKJcXC11gU-H2l8YDM for domain:  _acme-challenge.shakesbil.top
[Tue Dec 28 00:44:43 CST 2021] Retrying GET
[Tue Dec 28 00:44:43 CST 2021] GET
[Tue Dec 28 00:44:43 CST 2021] url='https://www.namesilo.com/api/listDomains?version=1&type=xml&key=4788c09885e6b3c6b96d4bcee'
[Tue Dec 28 00:44:43 CST 2021] timeout=
[Tue Dec 28 00:44:43 CST 2021] displayError='1'
[Tue Dec 28 00:44:43 CST 2021] Http already initialized.
[Tue Dec 28 00:44:43 CST 2021] _CURL='curl --silent --dump-header /home/pi/.acme.sh/http.header  -L  --trace-ascii /tmp/tmp.BXeKqny0Ow  -g '
[Tue Dec 28 00:44:46 CST 2021] ret='0'
[Tue Dec 28 00:44:46 CST 2021] _hcode='0'
[Tue Dec 28 00:44:46 CST 2021] response='<?xml version="1.0"?>
<namesilo><request><operation>listDomains</operation><ip>119.34.2.132</ip></request><reply><code>300</code><detail>success</detail><domains><domain>shakesbill.top</domain></domains></reply></namesilo>'
[Tue Dec 28 00:44:46 CST 2021] host='shakesbil.top'
[Tue Dec 28 00:44:46 CST 2021] Unable to find domain specified.
[Tue Dec 28 00:44:46 CST 2021] Error add txt for domain:_acme-challenge.shakesbil.top
[Tue Dec 28 00:44:46 CST 2021] _on_issue_err
[Tue Dec 28 00:44:46 CST 2021] Please add '--debug' or '--log' to check more details.
[Tue Dec 28 00:44:46 CST 2021] See: https://github.com/acmesh-official/acme.sh/wiki/How-to-debug-acme.sh
[Tue Dec 28 00:44:46 CST 2021] _chk_vlist='shakesbil.top#RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc.PiKXDmGSevRcls_zgXSlJYm8neA-gGD_1z5H9Uu46YA#https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/m3iElw#dns-01#dns_namesilo,*.shakesbil.top#UjqjGMR1G2MsdLIL8aaTRrviOMeCwNy3GqFiCvlVFMo.PiKXDmGSevRcls_zgXSlJYm8neA-gGD_1z5H9Uu46YA#https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179800/Pq8C3g#dns-01#dns_namesilo,'
[Tue Dec 28 00:44:46 CST 2021] start to deactivate authz
[Tue Dec 28 00:44:46 CST 2021] Trigger domain validation.
[Tue Dec 28 00:44:46 CST 2021] _t_url='https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/m3iElw'
[Tue Dec 28 00:44:46 CST 2021] _t_key_authz='RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc.PiKXDmGSevRcls_zgXSlJYm8neA-gGD_1z5H9Uu46YA'
[Tue Dec 28 00:44:46 CST 2021] _t_vtype
[Tue Dec 28 00:44:46 CST 2021] url='https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/m3iElw'
[Tue Dec 28 00:44:46 CST 2021] payload='{}'
[Tue Dec 28 00:44:46 CST 2021] Use cached jwk for file: /home/pi/.acme.sh/ca/acme-v02.api.letsencrypt.org/directory/account.key
[Tue Dec 28 00:44:46 CST 2021] Use _CACHED_NONCE='0102FlfwnWuM62PcT-HWG0CrUC0otgoj1djTK2gcwAMTE-g'
[Tue Dec 28 00:44:46 CST 2021] nonce='0102FlfwnWuM62PcT-HWG0CrUC0otgoj1djTK2gcwAMTE-g'
[Tue Dec 28 00:44:46 CST 2021] Retrying post
[Tue Dec 28 00:44:46 CST 2021] POST
[Tue Dec 28 00:44:46 CST 2021] _post_url='https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/m3iElw'
[Tue Dec 28 00:44:46 CST 2021] body='{"protected": "eyJub25jZSI6ICIwMTAyRmxmd25XdU02MlBjVC1IV0cwQ3JVQzBvdGdvajFkalRLMmdjd0FNVEUtZyIsICJ1cmwiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvY2hhbGwtdjMvNjI1MTcxNzk4MTAvbTNpRWx3IiwgImFsZyI6ICJSUzI1NiIsICJraWQiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8zMzg0ODgzMDAifQ", "payload": "e30", "signature": "PEJQHneD1-nQ3Jzlf1Noa2XAF38CRX0tQFewEa_SabzmV3YnT-HeRL2-qPCK50tV7zaj_3kV6Jkde5ICK8YY_hgEtyxq13cDs8pXdb_r1v3e1Nuxs5otaC5KUS0xxgWINV8aAYWQoT3LWhqTNpUWhVOhqRiOR8G0NHqZzm9kwl3S3FpC5tIlHirR87uvJH96Mo1IkYWDM_avl5To3mw_r_zqBeaEGJS4DLHzE0Cu7Plf7VggrXIQm_g3hPSqnj_I-4KZpIeix9P1sazD69-N-OM0bWIkcWhgzMBOeBd--WfXWO1BuKbc4p6rGWyfPNXnDy2yrF3C3C0luaTDxeErdw"}'
[Tue Dec 28 00:44:46 CST 2021] _postContentType='application/jose+json'
[Tue Dec 28 00:44:46 CST 2021] Http already initialized.
[Tue Dec 28 00:44:46 CST 2021] _CURL='curl --silent --dump-header /home/pi/.acme.sh/http.header  -L  --trace-ascii /tmp/tmp.BXeKqny0Ow  -g '
[Tue Dec 28 00:44:51 CST 2021] _ret='0'
[Tue Dec 28 00:44:51 CST 2021] _hcode='0'
[Tue Dec 28 00:44:51 CST 2021] responseHeaders='HTTP/2 200
server: nginx
date: Mon, 27 Dec 2021 16:44:51 GMT
content-type: application/json
content-length: 185
boulder-requester: 338488300
cache-control: public, max-age=0, no-cache
link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
link: <https://acme-v02.api.letsencrypt.org/acme/authz-v3/62517179810>;rel="up"
location: https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/m3iElw
replay-nonce: 0001aUmej0nbsLGBSbBzjVJWF74isugXqr5mlMjpO3nCqXY
x-frame-options: DENY
strict-transport-security: max-age=604800
'
[Tue Dec 28 00:44:51 CST 2021] code='200'
[Tue Dec 28 00:44:51 CST 2021] original='{
  "type": "dns-01",
  "status": "pending",
  "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/m3iElw",
  "token": "RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc"
}'
[Tue Dec 28 00:44:51 CST 2021] response='{"type":"dns-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179810/m3iElw","token":"RUFEHeKaFEAZaLQu5PXV5-jqs6UNKOPogVk1NaWTKRc"}'
[Tue Dec 28 00:44:51 CST 2021] Trigger domain validation.
[Tue Dec 28 00:44:51 CST 2021] _t_url='https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179800/Pq8C3g'
[Tue Dec 28 00:44:51 CST 2021] _t_key_authz='UjqjGMR1G2MsdLIL8aaTRrviOMeCwNy3GqFiCvlVFMo.PiKXDmGSevRcls_zgXSlJYm8neA-gGD_1z5H9Uu46YA'
[Tue Dec 28 00:44:51 CST 2021] _t_vtype
[Tue Dec 28 00:44:51 CST 2021] url='https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179800/Pq8C3g'
[Tue Dec 28 00:44:51 CST 2021] payload='{}'
[Tue Dec 28 00:44:51 CST 2021] Use cached jwk for file: /home/pi/.acme.sh/ca/acme-v02.api.letsencrypt.org/directory/account.key
[Tue Dec 28 00:44:51 CST 2021] Use _CACHED_NONCE='0001aUmej0nbsLGBSbBzjVJWF74isugXqr5mlMjpO3nCqXY'
[Tue Dec 28 00:44:51 CST 2021] nonce='0001aUmej0nbsLGBSbBzjVJWF74isugXqr5mlMjpO3nCqXY'
[Tue Dec 28 00:44:51 CST 2021] Retrying post
[Tue Dec 28 00:44:51 CST 2021] POST
[Tue Dec 28 00:44:51 CST 2021] _post_url='https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179800/Pq8C3g'
[Tue Dec 28 00:44:51 CST 2021] body='{"protected": "eyJub25jZSI6ICIwMDAxYVVtZWowbmJzTEdCU2JCempWSldGNzRpc3VnWHFyNW1sTWpwTzNuQ3FYWSIsICJ1cmwiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvY2hhbGwtdjMvNjI1MTcxNzk4MDAvUHE4QzNnIiwgImFsZyI6ICJSUzI1NiIsICJraWQiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8zMzg0ODgzMDAifQ", "payload": "e30", "signature": "OSP434UrRmpusoLiweHc0k4v-sZW-XmBhgoxvKWJqylCO8SUUrgIw93Qw5atgJn0_xpFDng-kkRt0wJhDlbf7TXjyYI9a50140R6fmAmv-Cf5bVU1aGRBIXe-3ogGYhkUBmj8zfLYB1ib6c-7FoQgcjm_aByd-bCk5o5p4zmlqsL5l9HEMjkFJxkyaA8x1o9zwbcEhQXPNkBtAG9k19F9z55NPTBg61SLw0kbbcxA4NVfudF6sfot8wsHsczXmnKcY9KaVWbCOJ8xcVw9pJyGS_QG5Bresx6sPep56dQlhHcjBVHZw-RSXKOmWUyQqVAywFR_-VUuz_UpyZbcUrCmA"}'
[Tue Dec 28 00:44:51 CST 2021] _postContentType='application/jose+json'
[Tue Dec 28 00:44:51 CST 2021] Http already initialized.
[Tue Dec 28 00:44:51 CST 2021] _CURL='curl --silent --dump-header /home/pi/.acme.sh/http.header  -L  --trace-ascii /tmp/tmp.BXeKqny0Ow  -g '
[Tue Dec 28 00:44:53 CST 2021] _ret='0'
[Tue Dec 28 00:44:53 CST 2021] _hcode='0'
[Tue Dec 28 00:44:53 CST 2021] responseHeaders='HTTP/2 200
server: nginx
date: Mon, 27 Dec 2021 16:44:52 GMT
content-type: application/json
content-length: 185
boulder-requester: 338488300
cache-control: public, max-age=0, no-cache
link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
link: <https://acme-v02.api.letsencrypt.org/acme/authz-v3/62517179800>;rel="up"
location: https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179800/Pq8C3g
replay-nonce: 0101REZ1EdpCoS9wyZCZSgyjJPKWBZNYDxLEWdbs9qMfZ08
x-frame-options: DENY
strict-transport-security: max-age=604800
'
[Tue Dec 28 00:44:53 CST 2021] code='200'
[Tue Dec 28 00:44:53 CST 2021] original='{
  "type": "dns-01",
  "status": "pending",
  "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179800/Pq8C3g",
  "token": "UjqjGMR1G2MsdLIL8aaTRrviOMeCwNy3GqFiCvlVFMo"
}'
[Tue Dec 28 00:44:53 CST 2021] response='{"type":"dns-01","status":"pending","url":"https://acme-v02.api.letsencrypt.org/acme/chall-v3/62517179800/Pq8C3g","token":"UjqjGMR1G2MsdLIL8aaTRrviOMeCwNy3GqFiCvlVFMo"}'
[Tue Dec 28 00:44:53 CST 2021] Diagnosis versions:
openssl:openssl
OpenSSL 1.1.1d  10 Sep 2019
apache:
apache doesn't exist.
nginx:
nginx version: nginx/1.14.2
built with OpenSSL 1.1.1d  10 Sep 2019
TLS SNI support enabled
configure arguments: --with-cc-opt='-g -O2 -fdebug-prefix-map=/build/nginx-dPHYpN/nginx-1.14.2=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wdate-time -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-z,relro -Wl,-z,now -fPIC' --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --modules-path=/usr/lib/nginx/modules --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-debug --with-pcre-jit --with-http_ssl_module --with-http_stub_status_module --with-http_realip_module --with-http_auth_request_module --with-http_v2_module --with-http_dav_module --with-http_slice_module --with-threads --with-http_addition_module --with-http_geoip_module=dynamic --with-http_gunzip_module --with-http_gzip_static_module --with-http_image_filter_module=dynamic --with-http_sub_module --with-http_xslt_module=dynamic --with-stream=dynamic --with-stream_ssl_module --with-stream_ssl_preread_module --with-mail=dynamic --with-mail_ssl_module --add-dynamic-module=/build/nginx-dPHYpN/nginx-1.14.2/debian/modules/http-auth-pam --add-dynamic-module=/build/nginx-dPHYpN/nginx-1.14.2/debian/modules/http-dav-ext --add-dynamic-module=/build/nginx-dPHYpN/nginx-1.14.2/debian/modules/http-echo --add-dynamic-module=/build/nginx-dPHYpN/nginx-1.14.2/debian/modules/http-upstream-fair --add-dynamic-module=/build/nginx-dPHYpN/nginx-1.14.2/debian/modules/http-subs-filter
socat:
socat by Gerhard Rieger and contributors - see www.dest-unreach.org
socat version 1.7.3.2 on Nov 19 2017 13:56:10
   running on Linux version #1496 SMP Wed Dec 1 15:58:11 GMT 2021, release 5.10.63-v7+, machine armv7l
features:
  #define WITH_STDIO 1
  #define WITH_FDNUM 1
  #define WITH_FILE 1
  #define WITH_CREAT 1
  #define WITH_GOPEN 1
  #define WITH_TERMIOS 1
  #define WITH_PIPE 1
  #define WITH_UNIX 1
  #define WITH_ABSTRACT_UNIXSOCKET 1
  #define WITH_IP4 1
  #define WITH_IP6 1
  #define WITH_RAWIP 1
  #define WITH_GENERICSOCKET 1
  #define WITH_INTERFACE 1
  #define WITH_TCP 1
  #define WITH_UDP 1
  #define WITH_SCTP 1
  #define WITH_LISTEN 1
  #define WITH_SOCKS4 1
  #define WITH_SOCKS4A 1
  #define WITH_PROXY 1
  #define WITH_SYSTEM 1
  #define WITH_EXEC 1
  #undef WITH_READLINE
  #define WITH_TUN 1
  #define WITH_PTY 1
  #define WITH_OPENSSL 1
  #undef WITH_FIPS
  #define WITH_LIBWRAP 1
  #define WITH_SYCLS 1
  #define WITH_FILAN 1
  #define WITH_RETRY 1
  #define WITH_MSGLEVEL 0 /*debug*/
[Tue Dec 28 00:44:53 CST 2021] pid
[Tue Dec 28 00:44:53 CST 2021] No need to restore nginx, skip.
[Tue Dec 28 00:44:53 CST 2021] _clearupdns
[Tue Dec 28 00:44:53 CST 2021] dns_entries
[Tue Dec 28 00:44:53 CST 2021] skip dns.

Looks like a typo when running the second command. You typed shakesbil.top (just one l)

5 Likes

It worked!
Thank you so much for your patience and help!
I'm actually not sure what the problem is. I checked the previous logs and it kept reporting errors even though there were no errors with apikey or the domain. This time I redownloaded acme (which I had done before but didn't work), updated apikey, fixed the latest typo, and it worked!

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.