2021-03-18 22:49:45,689:DEBUG:certbot._internal.main:certbot version: 1.9.0
2021-03-18 22:49:45,691:DEBUG:certbot._internal.main:Arguments: ['--dns-cloudflare', '--dns-cloudflare-credentials', '/etc/brainy/data/streams/api_cloudflare4nVHq1616096984', '--register-unsafely-without-email', '--agree-tos', '--webroot-path', '/home/site/sites/old.site.ru', '-d', 'old.site.ru', '-d', 'www.old.site.ru']
2021-03-18 22:49:45,691:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#dns-cloudflare,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2021-03-18 22:49:45,754:DEBUG:certbot._internal.log:Root logging level set at 20
2021-03-18 22:49:45,756:INFO:certbot._internal.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2021-03-18 22:49:45,758:DEBUG:certbot._internal.plugins.selection:Requested authenticator dns-cloudflare and installer None
2021-03-18 22:49:45,767:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * dns-cloudflare
Description: Obtain certificates using a DNS TXT record (if you are using Cloudflare for DNS).
Interfaces: IAuthenticator, IPlugin
Entry point: dns-cloudflare = certbot_dns_cloudflare._internal.dns_cloudflare:Authenticator
Initialized: <certbot_dns_cloudflare._internal.dns_cloudflare.Authenticator object at 0x7faef11109b0>
Prep: True
2021-03-18 22:49:45,768:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot_dns_cloudflare._internal.dns_cloudflare.Authenticator object at 0x7faef11109b0> and installer None
2021-03-18 22:49:45,769:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator dns-cloudflare, Installer None
2021-03-18 22:49:45,803:DEBUG:certbot._internal.main:Picked account: <Account(RegistrationResource(body=Registration(key=None, contact=(), agreement=None, status=None, terms_of_service_agreed=None, only_return_existing=None, external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/76000181', new_authzr_uri=None, terms_of_service=None), a25f886093f2219bc97de3f42577cb64, Meta(creation_dt=datetime.datetime(2020, 1, 16, 22, 16, 20, tzinfo=<UTC>), creation_host='site.ru', register_to_eff=None))>
2021-03-18 22:49:45,806:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
2021-03-18 22:49:45,808:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
2021-03-18 22:49:46,449:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 658
2021-03-18 22:49:46,450:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Thu, 18 Mar 2021 19:49:46 GMT
Content-Type: application/json
Content-Length: 658
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "FXl4Ko7eqB4": "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"
}
2021-03-18 22:49:46,476:INFO:certbot._internal.main:Obtaining a new certificate
2021-03-18 22:49:46,512:DEBUG:certbot.crypto_util:Generating key (2048 bits): /etc/letsencrypt/keys/0220_key-certbot.pem
2021-03-18 22:49:46,518:DEBUG:certbot.crypto_util:Creating CSR: /etc/letsencrypt/csr/0220_csr-certbot.pem
2021-03-18 22:49:46,520:DEBUG:acme.client:Requesting fresh nonce
2021-03-18 22:49:46,520:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce.
2021-03-18 22:49:46,677:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0
2021-03-18 22:49:46,678:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Thu, 18 Mar 2021 19:49:46 GMT
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0104WbZfK8_0G0N6JfcUwLgnU05dP7B7CC5cFEleuYO_L2c
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800


2021-03-18 22:49:46,678:DEBUG:acme.client:Storing nonce: 0104WbZfK8_0G0N6JfcUwLgnU05dP7B7CC5cFEleuYO_L2c
2021-03-18 22:49:46,678:DEBUG:acme.client:JWS payload:
b'{\n  "identifiers": [\n    {\n      "type": "dns",\n      "value": "old.site.ru"\n    },\n    {\n      "type": "dns",\n      "value": "www.old.site.ru"\n    }\n  ]\n}'
2021-03-18 22:49:46,682:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzYwMDAxODEiLCAibm9uY2UiOiAiMDEwNFdiWmZLOF8wRzBONkpmY1V3TGduVTA1ZFA3QjdDQzVjRkVsZXVZT19MMmMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9",
  "signature": "jKCvrpHxiIk3-5i82PbyU1SCYx9wMf2uaDKvwe6jXrRCMguv0UnzAbmmvwcrPk2Cly1wKCfIF78SF56EBZVVlONwxNa6nSKmXUnnRhKgUfwi0jppw1CQS5J5d5QhADmdDLt9C__aI9hvi5UAp2yWzKQU3MeH_r-FKs26hjT4bgNwAkWKHp1x9cCgX8WBl2Oz9TZFThT8HNjDcKfiGB0FI3TwTK-O8zMgMmrqHiYbQQWurxw2JWlzU0iwiIDR26lNvGGzVQeEBvV4WNPi1DU5qHS04uCqCyZEY6TJevuUHs5g-fT_ogFcdnd--8bnCoA3OFMVyrU5VlYKWBduyBeQ1w",
  "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogIm9sZC5nb29kbWFkZS5ydSIKICAgIH0sCiAgICB7CiAgICAgICJ0eXBlIjogImRucyIsCiAgICAgICJ2YWx1ZSI6ICJ3d3cub2xkLmdvb2RtYWRlLnJ1IgogICAgfQogIF0KfQ"
}
2021-03-18 22:49:46,867:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 477
2021-03-18 22:49:46,868:DEBUG:acme.client:Received response:
HTTP 201
Server: nginx
Date: Thu, 18 Mar 2021 19:49:46 GMT
Content-Type: application/json
Content-Length: 477
Connection: keep-alive
Boulder-Requester: 76000181
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/76000181/8527404970
Replay-Nonce: 01048SkLdF0kQIELD057q3i6Ym51UQkO39thtCVaflPK2ks
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "status": "pending",
  "expires": "2021-03-25T19:11:56Z",
  "identifiers": [
    {
      "type": "dns",
      "value": "old.site.ru"
    },
    {
      "type": "dns",
      "value": "www.old.site.ru"
    }
  ],
  "authorizations": [
    "https://acme-v02.api.letsencrypt.org/acme/authz-v3/11661679150",
    "https://acme-v02.api.letsencrypt.org/acme/authz-v3/11661679151"
  ],
  "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/76000181/8527404970"
}
2021-03-18 22:49:46,868:DEBUG:acme.client:Storing nonce: 01048SkLdF0kQIELD057q3i6Ym51UQkO39thtCVaflPK2ks
2021-03-18 22:49:46,869:DEBUG:acme.client:JWS payload:
b''
2021-03-18 22:49:46,871:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/11661679150:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzYwMDAxODEiLCAibm9uY2UiOiAiMDEwNDhTa0xkRjBrUUlFTEQwNTdxM2k2WW01MVVRa08zOXRodENWYWZsUEsya3MiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LXYzLzExNjYxNjc5MTUwIn0",
  "signature": "h1Q0AN9PnNb18762Awrxt9R6ElAp6T4BS9AOeh1EKz26JlinoW-yOwQjtc0EGLfEkasRphI1pLmn6GhqqNCF1SKH2WEolMykByRmOWEgsB_epzec8QA1CxF2mT07VY8js46gQHgSBIMu3NOUGa-izwCVLUxDTPRYRadeugf4fOwyzWzLlcCZFnOUz7yKZWp8ueaPF9mm6lQ4Jjm17E8sG0vc29MjPXW_DubVKknEaFaytxf88Ed6Gdp7BoTVadCiFCj4WJYWg-jVrrE93AuQiKyiFdj8F3JxvtoI6FkqX6_ksiMaD3dtsFr1jEfp2UlnFqKmxPLIttdM7gOC18S6Sw",
  "payload": ""
}
2021-03-18 22:49:47,053:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/11661679150 HTTP/1.1" 200 796
2021-03-18 22:49:47,054:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Thu, 18 Mar 2021 19:49:46 GMT
Content-Type: application/json
Content-Length: 796
Connection: keep-alive
Boulder-Requester: 76000181
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0103pmyfeT2pidotIyaM5exzI8t8aP2P5ALI5wRDNCGuw1E
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "old.site.ru"
  },
  "status": "pending",
  "expires": "2021-03-25T19:11:56Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/11661679150/tCQUvQ",
      "token": "e4NYSGW6FE6fZClGDK3BschW9N8KKNtXkxmo7iV9G78"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/11661679150/4JxPHg",
      "token": "e4NYSGW6FE6fZClGDK3BschW9N8KKNtXkxmo7iV9G78"
    },
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/11661679150/Orz4rg",
      "token": "e4NYSGW6FE6fZClGDK3BschW9N8KKNtXkxmo7iV9G78"
    }
  ]
}
2021-03-18 22:49:47,054:DEBUG:acme.client:Storing nonce: 0103pmyfeT2pidotIyaM5exzI8t8aP2P5ALI5wRDNCGuw1E
2021-03-18 22:49:47,055:DEBUG:acme.client:JWS payload:
b''
2021-03-18 22:49:47,057:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/11661679151:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzYwMDAxODEiLCAibm9uY2UiOiAiMDEwM3BteWZlVDJwaWRvdEl5YU01ZXh6STh0OGFQMlA1QUxJNXdSRE5DR3V3MUUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LXYzLzExNjYxNjc5MTUxIn0",
  "signature": "Ei2HHsdKTi5UMLvsqjXduNaN80jl-1yGbsMg4kzTdJ2QSms3q7GCLAANfvF8kncyWfXdYWA2BiAqeYulqaEuVPahScZkJM3HxW7M029Ov2gI12Wkq0WT3VdQcDi3ZxQqI3vVeUwK0dh4E0Pn3qFomd-8vbCfefT9NN_9mDSewUCu-DtNL50-15jgnmpqMjTNASbJ0Mi9zEG_Kg_BPEQfYlRZkhPWSGslnTfwyBjHF4H5YypR6QcGLy1JTT5odPHdPbLcPFcoxCPWy5oAFyNvk4taEPbfnyY5OmMkxhhMZ-V05P7k5C52PQpK-DKtyk_YhVxI7xhGj6jaMtxyaHw82w",
  "payload": ""
}
2021-03-18 22:49:47,243:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/11661679151 HTTP/1.1" 200 800
2021-03-18 22:49:47,245:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Thu, 18 Mar 2021 19:49:47 GMT
Content-Type: application/json
Content-Length: 800
Connection: keep-alive
Boulder-Requester: 76000181
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0104_-BuWZYmyODieLrQYTPo8QCj4cwc7_mDlXRh04_EZXA
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "www.old.site.ru"
  },
  "status": "pending",
  "expires": "2021-03-25T19:11:56Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/11661679151/B37XzQ",
      "token": "5Qruq3ugrY6dfr24n5R-dGP1xxYIh5fbYEMx_7pKGIo"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/11661679151/TnNBWQ",
      "token": "5Qruq3ugrY6dfr24n5R-dGP1xxYIh5fbYEMx_7pKGIo"
    },
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/11661679151/cYU7RA",
      "token": "5Qruq3ugrY6dfr24n5R-dGP1xxYIh5fbYEMx_7pKGIo"
    }
  ]
}
2021-03-18 22:49:47,245:DEBUG:acme.client:Storing nonce: 0104_-BuWZYmyODieLrQYTPo8QCj4cwc7_mDlXRh04_EZXA
2021-03-18 22:49:47,247:INFO:certbot._internal.auth_handler:Performing the following challenges:
2021-03-18 22:49:47,247:INFO:certbot._internal.auth_handler:dns-01 challenge for old.site.ru
2021-03-18 22:49:47,247:INFO:certbot._internal.auth_handler:dns-01 challenge for www.old.site.ru
2021-03-18 22:49:47,257:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.cloudflare.com:443
2021-03-18 22:49:48,094:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "GET /client/v4/zones?name=old.site.ru&per_page=1 HTTP/1.1" 200 None
2021-03-18 22:49:48,994:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "GET /client/v4/zones?name=site.ru&per_page=1 HTTP/1.1" 200 None
2021-03-18 22:49:49,777:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "GET /client/v4/zones?name=ru&per_page=1 HTTP/1.1" 200 None
2021-03-18 22:49:49,779:DEBUG:certbot._internal.error_handler:Encountered exception:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/certbot/_internal/auth_handler.py", line 70, in handle_authorizations
    resps = self.auth.perform(achalls)
  File "/usr/lib/python3.6/site-packages/certbot/plugins/dns_common.py", line 57, in perform
    self._perform(domain, validation_domain_name, validation)
  File "/usr/lib/python3.6/site-packages/certbot_dns_cloudflare/_internal/dns_cloudflare.py", line 77, in _perform
    self._get_cloudflare_client().add_txt_record(domain, validation_name, validation, self.ttl)
  File "/usr/lib/python3.6/site-packages/certbot_dns_cloudflare/_internal/dns_cloudflare.py", line 107, in add_txt_record
    zone_id = self._find_zone_id(domain)
  File "/usr/lib/python3.6/site-packages/certbot_dns_cloudflare/_internal/dns_cloudflare.py", line 217, in _find_zone_id
    ' {0} {1}'.format(code, msg) if code is not None else ''))
certbot.errors.PluginError: Unable to determine zone_id for old.site.ru using zone names: ['old.site.ru', 'site.ru', 'ru']. Please confirm that the domain name has been entered correctly and is already associated with the supplied Cloudflare account.

2021-03-18 22:49:49,779:DEBUG:certbot._internal.error_handler:Calling registered functions
2021-03-18 22:49:49,779:INFO:certbot._internal.auth_handler:Cleaning up challenges
2021-03-18 22:49:49,784:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.cloudflare.com:443
2021-03-18 22:49:50,593:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "GET /client/v4/zones?name=old.site.ru&per_page=1 HTTP/1.1" 200 None
2021-03-18 22:49:51,346:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "GET /client/v4/zones?name=site.ru&per_page=1 HTTP/1.1" 200 None
2021-03-18 22:49:52,123:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "GET /client/v4/zones?name=ru&per_page=1 HTTP/1.1" 200 None
2021-03-18 22:49:52,124:DEBUG:certbot_dns_cloudflare._internal.dns_cloudflare:Encountered error finding zone_id during deletion: Unable to determine zone_id for old.site.ru using zone names: ['old.site.ru', 'site.ru', 'ru']. Please confirm that the domain name has been entered correctly and is already associated with the supplied Cloudflare account.
2021-03-18 22:49:52,131:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.cloudflare.com:443
2021-03-18 22:49:52,912:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "GET /client/v4/zones?name=www.old.site.ru&per_page=1 HTTP/1.1" 200 None
2021-03-18 22:49:53,671:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "GET /client/v4/zones?name=old.site.ru&per_page=1 HTTP/1.1" 200 None
2021-03-18 22:49:54,454:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "GET /client/v4/zones?name=site.ru&per_page=1 HTTP/1.1" 200 None
2021-03-18 22:49:55,222:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "GET /client/v4/zones?name=ru&per_page=1 HTTP/1.1" 200 None
2021-03-18 22:49:55,223:DEBUG:certbot_dns_cloudflare._internal.dns_cloudflare:Encountered error finding zone_id during deletion: Unable to determine zone_id for www.old.site.ru using zone names: ['www.old.site.ru', 'old.site.ru', 'site.ru', 'ru']. Please confirm that the domain name has been entered correctly and is already associated with the supplied Cloudflare account.
2021-03-18 22:49:55,224:DEBUG:certbot._internal.log:Exiting abnormally:
Traceback (most recent call last):
  File "/usr/bin/certbot", line 11, in <module>
    load_entry_point('certbot==1.9.0', 'console_scripts', 'certbot')()
  File "/usr/lib/python3.6/site-packages/certbot/main.py", line 15, in main
    return internal_main.main(cli_args)
  File "/usr/lib/python3.6/site-packages/certbot/_internal/main.py", line 1362, in main
    return config.func(config, plugins)
  File "/usr/lib/python3.6/site-packages/certbot/_internal/main.py", line 1243, in certonly
    lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
  File "/usr/lib/python3.6/site-packages/certbot/_internal/main.py", line 122, in _get_and_save_cert
    lineage = le_client.obtain_and_enroll_certificate(domains, certname)
  File "/usr/lib/python3.6/site-packages/certbot/_internal/client.py", line 418, in obtain_and_enroll_certificate
    cert, chain, key, _ = self.obtain_certificate(domains)
  File "/usr/lib/python3.6/site-packages/certbot/_internal/client.py", line 351, in obtain_certificate
    orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
  File "/usr/lib/python3.6/site-packages/certbot/_internal/client.py", line 398, in _get_order_and_authorizations
    authzr = self.auth_handler.handle_authorizations(orderr, best_effort)
  File "/usr/lib/python3.6/site-packages/certbot/_internal/auth_handler.py", line 70, in handle_authorizations
    resps = self.auth.perform(achalls)
  File "/usr/lib/python3.6/site-packages/certbot/plugins/dns_common.py", line 57, in perform
    self._perform(domain, validation_domain_name, validation)
  File "/usr/lib/python3.6/site-packages/certbot_dns_cloudflare/_internal/dns_cloudflare.py", line 77, in _perform
    self._get_cloudflare_client().add_txt_record(domain, validation_name, validation, self.ttl)
  File "/usr/lib/python3.6/site-packages/certbot_dns_cloudflare/_internal/dns_cloudflare.py", line 107, in add_txt_record
    zone_id = self._find_zone_id(domain)
  File "/usr/lib/python3.6/site-packages/certbot_dns_cloudflare/_internal/dns_cloudflare.py", line 217, in _find_zone_id
    ' {0} {1}'.format(code, msg) if code is not None else ''))
certbot.errors.PluginError: Unable to determine zone_id for old.site.ru using zone names: ['old.site.ru', 'site.ru', 'ru']. Please confirm that the domain name has been entered correctly and is already associated with the supplied Cloudflare account.
2021-03-18 22:49:55,226:ERROR:certbot._internal.log:Unable to determine zone_id for old.site.ru using zone names: ['old.site.ru', 'site.ru', 'ru']. Please confirm that the domain name has been entered correctly and is already associated with the supplied Cloudflare account.
