Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2022-10-03 10:27:44,121:DEBUG:certbot._internal.main:certbot version: 1.25.0
- 2022-10-03 10:27:44,122:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/certbot
- 2022-10-03 10:27:44,122:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--cert-name', 'npm-12', '--agree-tos', '--authenticator', 'webroot', '--email', '[email protected]', '--preferred-challenges', 'dns,http', '--domains', 'nginx.veridium.duckdns.org']
- 2022-10-03 10:27:44,122:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
- 2022-10-03 10:27:44,220:DEBUG:certbot._internal.log:Root logging level set at 30
- 2022-10-03 10:27:44,223:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
- 2022-10-03 10:27:44,225:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot
- Description: Place files in webroot directory
- Interfaces: Authenticator, Plugin
- Entry point: webroot = certbot._internal.plugins.webroot:Authenticator
- Initialized: <certbot._internal.plugins.webroot.Authenticator object at 0x7fdd1dd1e908>
- Prep: True
- 2022-10-03 10:27:44,226:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot._internal.plugins.webroot.Authenticator object at 0x7fdd1dd1e908> and installer None
- 2022-10-03 10:27:44,226:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None
- 2022-10-03 10:27:44,237: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/755777196', new_authzr_uri=None, terms_of_service=None), b669413ad95db0825f766deecffdc9f4, Meta(creation_dt=datetime.datetime(2022, 10, 1, 1, 26, 59, tzinfo=<UTC>), creation_host='5b7175dcd7cf', register_to_eff=None))>
- 2022-10-03 10:27:44,237:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
- 2022-10-03 10:27:44,238:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
- 2022-10-03 10:27:44,695:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 659
- 2022-10-03 10:27:44,696:DEBUG:acme.client:Received response:
- HTTP 200
- Server: nginx
- Date: Mon, 03 Oct 2022 10:27:48 GMT
- Content-Type: application/json
- Content-Length: 659
- Connection: keep-alive
- Cache-Control: public, max-age=0, no-cache
- X-Frame-Options: DENY
- Strict-Transport-Security: max-age=604800
- {
- "1s6J7V3EA1o": "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.3-September-21-2022.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"
- }
- 2022-10-03 10:27:44,697:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for nginx.veridium.duckdns.org
- 2022-10-03 10:27:44,707:DEBUG:certbot.crypto_util:Generating ECDSA key (2048 bits): /etc/letsencrypt/keys/0011_key-certbot.pem
- 2022-10-03 10:27:44,714:DEBUG:certbot.crypto_util:Creating CSR: /etc/letsencrypt/csr/0011_csr-certbot.pem
- 2022-10-03 10:27:44,715:DEBUG:acme.client:Requesting fresh nonce
- 2022-10-03 10:27:44,715:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce.
- 2022-10-03 10:27:44,859:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0
- 2022-10-03 10:27:44,859:DEBUG:acme.client:Received response:
- HTTP 200
- Server: nginx
- Date: Mon, 03 Oct 2022 10:27:48 GMT
- Connection: keep-alive
- Cache-Control: public, max-age=0, no-cache
- Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
- Replay-Nonce: 5CA21uoqjEDBcUZTdv5mw-ubHrf3G3qoJR2FWh1HIedRnoQ
- X-Frame-Options: DENY
- Strict-Transport-Security: max-age=604800
- 2022-10-03 10:27:44,859:DEBUG:acme.client:Storing nonce: 5CA21uoqjEDBcUZTdv5mw-ubHrf3G3qoJR2FWh1HIedRnoQ
- 2022-10-03 10:27:44,860:DEBUG:acme.client:JWS payload:
- b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "nginx.veridium.duckdns.org"\n }\n ]\n}'
- 2022-10-03 10:27:44,861:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order:
- {
- "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzU1Nzc3MTk2IiwgIm5vbmNlIjogIjVDQTIxdW9xakVEQmNVWlRkdjVtdy11YkhyZjNHM3FvSlIyRldoMUhJZWRSbm9RIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9uZXctb3JkZXIifQ",
- "signature": "bAfdWfxSHHGqXUG5vK3Lp0qzCURlGM4On64P8Hwdo0OTdc4TM6PrBUewE7yOdXFUoWSshRutObQg7_wug8SGIrTw_QKWv8QOfALHPQQ9oYlZDTKumi_hzMNLCUIryd0l7UkRDuMoAM5FyRUjbsqLanmJOazS4ZEINPTzyM18ks6RLB_l4CcZ482jZtS8N0mTmlE1eWlk44maCWiipTidM45N9UsYfL-82wiQPgICQGP_E0Xjjws_NAKn9s2M-hxGDvYHszR2-IpkXFzeYb1lCiAKVKRX_02OuovogOzaobBC_nAGO04RFO8qxpcPqr9PA9iK9iBotmw8tp1MCM8_EQ",
- "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogIm5naW54LnZlcmlkaXVtLmR1Y2tkbnMub3JnIgogICAgfQogIF0KfQ"
- }
- 2022-10-03 10:27:45,239:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 351
- 2022-10-03 10:27:45,239:DEBUG:acme.client:Received response:
- HTTP 201
- Server: nginx
- Date: Mon, 03 Oct 2022 10:27:49 GMT
- Content-Type: application/json
- Content-Length: 351
- Connection: keep-alive
- Boulder-Requester: 755777196
- 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/755777196/131128506296
- Replay-Nonce: 891FbKHX96HJu7nsLuxVDnbZmVQKLNhOpWQVzMGz13HcDI8
- X-Frame-Options: DENY
- Strict-Transport-Security: max-age=604800
- {
- "status": "pending",
- "expires": "2022-10-10T10:27:49Z",
- "identifiers": [
- {
- "type": "dns",
- "value": "nginx.veridium.duckdns.org"
- }
- ],
- "authorizations": [
- "https://acme-v02.api.letsencrypt.org/acme/authz-v3/160334327976"
- ],
- "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/755777196/131128506296"
- }
- 2022-10-03 10:27:45,239:DEBUG:acme.client:Storing nonce: 891FbKHX96HJu7nsLuxVDnbZmVQKLNhOpWQVzMGz13HcDI8
- 2022-10-03 10:27:45,240:DEBUG:acme.client:JWS payload:
- b''
- 2022-10-03 10:27:45,241:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/160334327976:
- {
- "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzU1Nzc3MTk2IiwgIm5vbmNlIjogIjg5MUZiS0hYOTZISnU3bnNMdXhWRG5iWm1WUUtMTmhPcFdRVnpNR3oxM0hjREk4IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My8xNjAzMzQzMjc5NzYifQ",
- "signature": "LBNsYzrJvTxR4xWF5N7SNZetzAWmuIr3dKH2Id87fD2gvA47NIPJVUUcO2_-2ZaJlGS-7Y78k-1YIg3WYrF1UBc8N48TWX6gPO-w9oi2MDPfJdQrOLupL7FV4Y9O6e3jg-G8hhgTgUJ2j0Bh_pL_LfPln8NJeCoDYRcRrPOs655OPbG35-r17EhBwQyxtyNASD0DOX566XgHxkOWSbj0ChLykZBl8fi1Dlt24KfesY2XfnWRCp7iR6me55R4BVLwTrMHis_bTESFmEadBxuJxTm_NQKz5S3ikec37vXKXOeqi5nbOOgh3I6UsXvAeg1ldIKlJF66jTVngCaM47P0DQ",
- "payload": ""
- }
- 2022-10-03 10:27:45,631:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/160334327976 HTTP/1.1" 200 810
- 2022-10-03 10:27:45,634:DEBUG:acme.client:Received response:
- HTTP 200
- Server: nginx
- Date: Mon, 03 Oct 2022 10:27:49 GMT
- Content-Type: application/json
- Content-Length: 810
- Connection: keep-alive
- Boulder-Requester: 755777196
- Cache-Control: public, max-age=0, no-cache
- Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
- Replay-Nonce: 1DFAIzIJVeeTfJ0SVmHtKSWZvsrMVy4pUyJFn6UOyaC6C18
- X-Frame-Options: DENY
- Strict-Transport-Security: max-age=604800
- {
- "identifier": {
- "type": "dns",
- "value": "nginx.veridium.duckdns.org"
- },
- "status": "pending",
- "expires": "2022-10-10T10:27:49Z",
- "challenges": [
- {
- "type": "http-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- },
- {
- "type": "dns-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/jozCFA",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- },
- {
- "type": "tls-alpn-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/oz0aFQ",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- }
- ]
- }
- 2022-10-03 10:27:45,635:DEBUG:acme.client:Storing nonce: 1DFAIzIJVeeTfJ0SVmHtKSWZvsrMVy4pUyJFn6UOyaC6C18
- 2022-10-03 10:27:45,637:INFO:certbot._internal.auth_handler:Performing the following challenges:
- 2022-10-03 10:27:45,637:INFO:certbot._internal.auth_handler:http-01 challenge for nginx.veridium.duckdns.org
- 2022-10-03 10:27:45,638:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains.
- 2022-10-03 10:27:45,638:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge
- 2022-10-03 10:27:45,642:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA
- 2022-10-03 10:27:45,643:DEBUG:acme.client:JWS payload:
- b'{}'
- 2022-10-03 10:27:45,644:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A:
- {
- "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzU1Nzc3MTk2IiwgIm5vbmNlIjogIjFERkFJeklKVmVlVGZKMFNWbUh0S1NXWnZzck1WeTRwVXlKRm42VU95YUM2QzE4IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbC12My8xNjAzMzQzMjc5NzYvVHMtYjBBIn0",
- "signature": "p2w36LIDQ05--hhEOHSJZHFjbekjMkNF8Ml1FN5SavroA6mH4kyW7MpJco9AvaiJ4MM6wastiuu80Q0YDABTr3_qgMC4kA-aUZzjNmSqC1OwkpilTTEUNzWVoPGr2fYvGsZHtrlZ-aST8lDTZyNUmog_AGClBXX2b_EdZoB_kRMa2fWlBtftwJtkTGjgFwuh1RXwpNpDsyzPpsMzFiop5G5ked9AVwDyDVjdVTAZGr-QJ1OH12K-f3cWS-h-jNIiehcwyOuN0-_U3Ugc9J9ttbZPPL2NcO-RzVkPGw4VFy-K0RF8eahTZJu955ay6SIDaie5OZw2Dr3V9UVafNuxwQ",
- "payload": "e30"
- }
- 2022-10-03 10:27:45,827:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall-v3/160334327976/Ts-b0A HTTP/1.1" 200 187
- 2022-10-03 10:27:45,827:DEBUG:acme.client:Received response:
- HTTP 200
- Server: nginx
- Date: Mon, 03 Oct 2022 10:27:49 GMT
- Content-Type: application/json
- Content-Length: 187
- Connection: keep-alive
- Boulder-Requester: 755777196
- Cache-Control: public, max-age=0, no-cache
- Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/authz-v3/160334327976>;rel="up"
- Location: https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A
- Replay-Nonce: 891FP5CcaEJl_1x4PZB11IqG8Cbdwy318hmox6RxOz_ZsEI
- X-Frame-Options: DENY
- Strict-Transport-Security: max-age=604800
- {
- "type": "http-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- }
- 2022-10-03 10:27:45,828:DEBUG:acme.client:Storing nonce: 891FP5CcaEJl_1x4PZB11IqG8Cbdwy318hmox6RxOz_ZsEI
- 2022-10-03 10:27:45,828:INFO:certbot._internal.auth_handler:Waiting for verification...
- 2022-10-03 10:27:46,829:DEBUG:acme.client:JWS payload:
- b''
- 2022-10-03 10:27:46,831:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/160334327976:
- {
- "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzU1Nzc3MTk2IiwgIm5vbmNlIjogIjg5MUZQNUNjYUVKbF8xeDRQWkIxMUlxRzhDYmR3eTMxOGhtb3g2UnhPel9ac0VJIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My8xNjAzMzQzMjc5NzYifQ",
- "signature": "qNR408AqBZHNmxsZntf01XREqdGgdey3S7fL5H0-uB13dVVW9lk1fZ74OOKR0mG6RlNoWhpiFnZJc0CA4PlGrpbhzdwy1YlDwx_UxlYlhjf91S4VZiLU-Nzx4gZDNmk12lAtEc6wLXyrHpq-Bhu4E3FCqH1xhphrE60wtKTQnLAXwNyCRmW4tUSFplYdzn_GPv_BtgPF1fFQ3r-xoDYdH7r6qJbevmtIbOXH5-jLJbdvfgTzQxQMKtf4G92xFDr76uJ8flPIaL5Yp0stbkMUGG8MavMm5J-PuBpf7UUBdYydKVJa2cqj1he95BlBggSShxFaJFv6PGiBSeF5qNL09A",
- "payload": ""
- }
- 2022-10-03 10:27:46,991:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/160334327976 HTTP/1.1" 200 810
- 2022-10-03 10:27:46,992:DEBUG:acme.client:Received response:
- HTTP 200
- Server: nginx
- Date: Mon, 03 Oct 2022 10:27:51 GMT
- Content-Type: application/json
- Content-Length: 810
- Connection: keep-alive
- Boulder-Requester: 755777196
- Cache-Control: public, max-age=0, no-cache
- Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
- Replay-Nonce: C878J0FexgGr2l0pkz__qtuJrEze3bBSaKLslWvjIwcZwWI
- X-Frame-Options: DENY
- Strict-Transport-Security: max-age=604800
- {
- "identifier": {
- "type": "dns",
- "value": "nginx.veridium.duckdns.org"
- },
- "status": "pending",
- "expires": "2022-10-10T10:27:49Z",
- "challenges": [
- {
- "type": "http-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- },
- {
- "type": "dns-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/jozCFA",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- },
- {
- "type": "tls-alpn-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/oz0aFQ",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- }
- ]
- }
- 2022-10-03 10:27:46,992:DEBUG:acme.client:Storing nonce: C878J0FexgGr2l0pkz__qtuJrEze3bBSaKLslWvjIwcZwWI
- 2022-10-03 10:27:49,996:DEBUG:acme.client:JWS payload:
- b''
- 2022-10-03 10:27:49,998:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/160334327976:
- {
- "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzU1Nzc3MTk2IiwgIm5vbmNlIjogIkM4NzhKMEZleGdHcjJsMHBrel9fcXR1SnJFemUzYkJTYUtMc2xXdmpJd2Nad1dJIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My8xNjAzMzQzMjc5NzYifQ",
- "signature": "XuwmQCrKb3fx_VHn33H-PqPc9zkGy9B8W0GFrg7zmZMxM8WI32KLpHNPh6riTXjGgHXgjN5zUirCBHJ0t5kGvyPDqHHPrkKosrJf7QubkD9uluTov0lzelbwVi9Rf6Rq-gDNSKvAgqOTCGRR_njNmlXNpbw8HALDTfPMkpdCUGyig6pE_HL00ZSD-z49r6Td0tOGzN6TstdsW-6AIrf4zJEAabS1J8R0y6ykNmJjC1BwJDSmwXNvbYfC6PzpFvZ3CjVEDduFI3kkaUaEuGMKcWT8h3Wfm_mEMtfeep6pMvBIc-X6yy1C4f6S2cryIOh8Xnj82064RmgBR-oEBFHwjA",
- "payload": ""
- }
- 2022-10-03 10:27:50,156:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/160334327976 HTTP/1.1" 200 810
- 2022-10-03 10:27:50,157:DEBUG:acme.client:Received response:
- HTTP 200
- Server: nginx
- Date: Mon, 03 Oct 2022 10:27:54 GMT
- Content-Type: application/json
- Content-Length: 810
- Connection: keep-alive
- Boulder-Requester: 755777196
- Cache-Control: public, max-age=0, no-cache
- Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
- Replay-Nonce: 1DFAimPPC0nPsbF_8hOEgkNUDp6H2UVZ65AjAFQFQdqA5t4
- X-Frame-Options: DENY
- Strict-Transport-Security: max-age=604800
- {
- "identifier": {
- "type": "dns",
- "value": "nginx.veridium.duckdns.org"
- },
- "status": "pending",
- "expires": "2022-10-10T10:27:49Z",
- "challenges": [
- {
- "type": "http-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- },
- {
- "type": "dns-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/jozCFA",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- },
- {
- "type": "tls-alpn-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/oz0aFQ",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- }
- ]
- }
- 2022-10-03 10:27:50,157:DEBUG:acme.client:Storing nonce: 1DFAimPPC0nPsbF_8hOEgkNUDp6H2UVZ65AjAFQFQdqA5t4
- 2022-10-03 10:27:53,161:DEBUG:acme.client:JWS payload:
- b''
- 2022-10-03 10:27:53,162:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/160334327976:
- {
- "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzU1Nzc3MTk2IiwgIm5vbmNlIjogIjFERkFpbVBQQzBuUHNiRl84aE9FZ2tOVURwNkgyVVZaNjVBakFGUUZRZHFBNXQ0IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My8xNjAzMzQzMjc5NzYifQ",
- "signature": "r9KFqci_5NAVoWo9z6BdF9GdnyIfYjVAcQpdsm89ok16ZqO_xsKCheaa0Ea5FoQql7xfj55l8cm8YFYjJvqCNlbdsRmQ70LNRIzJvK_Fab5OEvgxPzKBgHpeL4TK7K28MOvRQPn3ttI4b9YulV6bWq-T-5U06eFw5sRuyl7aUDRJMcVYXou8MxpxX5dItUD2Ots0A2tmq_YMCWst-GX7HlP67FCMJ9lQsWs-ByTOywNugVjPiXTuUB0Vp1e5nuduCPP4IgNZHNahVrtVJA8fFMqCHXpL2VAecw6Y8WsEs7kyn3Yn3U7pcdqtjjP5FdMiBLpt9yEf_jafjTyIWUgUOQ",
- "payload": ""
- }
- 2022-10-03 10:27:53,334:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/160334327976 HTTP/1.1" 200 810
- 2022-10-03 10:27:53,335:DEBUG:acme.client:Received response:
- HTTP 200
- Server: nginx
- Date: Mon, 03 Oct 2022 10:27:57 GMT
- Content-Type: application/json
- Content-Length: 810
- Connection: keep-alive
- Boulder-Requester: 755777196
- Cache-Control: public, max-age=0, no-cache
- Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
- Replay-Nonce: C878CNH4f93YF_lFX5oEsMi8g_dMkEQ1s-XFoL0STeO0TS4
- X-Frame-Options: DENY
- Strict-Transport-Security: max-age=604800
- {
- "identifier": {
- "type": "dns",
- "value": "nginx.veridium.duckdns.org"
- },
- "status": "pending",
- "expires": "2022-10-10T10:27:49Z",
- "challenges": [
- {
- "type": "http-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- },
- {
- "type": "dns-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/jozCFA",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- },
- {
- "type": "tls-alpn-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/oz0aFQ",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- }
- ]
- }
- 2022-10-03 10:27:53,335:DEBUG:acme.client:Storing nonce: C878CNH4f93YF_lFX5oEsMi8g_dMkEQ1s-XFoL0STeO0TS4
- 2022-10-03 10:27:56,339:DEBUG:acme.client:JWS payload:
- b''
- 2022-10-03 10:27:56,343:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/160334327976:
- {
- "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzU1Nzc3MTk2IiwgIm5vbmNlIjogIkM4NzhDTkg0ZjkzWUZfbEZYNW9Fc01pOGdfZE1rRVExcy1YRm9MMFNUZU8wVFM0IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My8xNjAzMzQzMjc5NzYifQ",
- "signature": "qWWMogvQFWjmturle2FRkoPt--r9NGyCof00pQD5VKAf2IL-aGqKaO7tJWILHyXL_a6fPqgJLDRigglow3bAMUvgV8BuwJuI24Bj2yLhcb7hH1-TUa230hc7GerljJJ3QftQo0LDQhD2GNBFiNa1-NmDpmp_mpsCraMgNuSKtot7uhLUYlDcbM_WuiE_5MWhhj-nrO8xihOvzSJZF413V5k74gQvciQs5VIs1YE6ruorOHZQcBPqtGI8w2ZXK34Ee0jExIpwT9xSGuSNxRqjncW7XVFfIpwmJj17psrxiOXy8L2RIBGFvUNFHJm4NV1-O2P9P75XfjZTyq7IhnIqqQ",
- "payload": ""
- }
- 2022-10-03 10:27:56,513:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/160334327976 HTTP/1.1" 200 810
- 2022-10-03 10:27:56,514:DEBUG:acme.client:Received response:
- HTTP 200
- Server: nginx
- Date: Mon, 03 Oct 2022 10:28:00 GMT
- Content-Type: application/json
- Content-Length: 810
- Connection: keep-alive
- Boulder-Requester: 755777196
- Cache-Control: public, max-age=0, no-cache
- Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
- Replay-Nonce: 5CA2jtDGWQJlC7smUd9J7vgYNYRs6hCAfSE9MMwW6FBIUO0
- X-Frame-Options: DENY
- Strict-Transport-Security: max-age=604800
- {
- "identifier": {
- "type": "dns",
- "value": "nginx.veridium.duckdns.org"
- },
- "status": "pending",
- "expires": "2022-10-10T10:27:49Z",
- "challenges": [
- {
- "type": "http-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- },
- {
- "type": "dns-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/jozCFA",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- },
- {
- "type": "tls-alpn-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/oz0aFQ",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- }
- ]
- }
- 2022-10-03 10:27:56,515:DEBUG:acme.client:Storing nonce: 5CA2jtDGWQJlC7smUd9J7vgYNYRs6hCAfSE9MMwW6FBIUO0
- 2022-10-03 10:27:59,521:DEBUG:acme.client:JWS payload:
- b''
- 2022-10-03 10:27:59,522:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/160334327976:
- {
- "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzU1Nzc3MTk2IiwgIm5vbmNlIjogIjVDQTJqdERHV1FKbEM3c21VZDlKN3ZnWU5ZUnM2aENBZlNFOU1Nd1c2RkJJVU8wIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My8xNjAzMzQzMjc5NzYifQ",
- "signature": "rhz72KzaxYcQcMA9wzUPb2xlPYUt1HA3McGaYqB_7N-bMmJWhMEVXF_W-GC8kzbNvjlZdN4jGrEQao7CDeTidxS690WXapLhRh4DJrySwelHKleuMm-nI_WjV_kl-DcpWsN9C02wIVSg2xrL5znpfKRi9xDP7vKJbx6DuR0Z2Fp0E1Rg9z4R8jLiOlri8HNH1NttKGqScSZdsnJsU2K2WK_2d5V_rEFPt57K3PViJa1xp70YYrXP972Mlrqwq3iBkbdKr-HY5nTnrSr-fAuJvhfwt3-0ukYeRLx8pK7IrS1I2Y-rbbmrhy_IvhV9l6kiXrTHH_M-T3Px4AfsDdS1Eg",
- "payload": ""
- }
- 2022-10-03 10:27:59,693:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/160334327976 HTTP/1.1" 200 810
- 2022-10-03 10:27:59,694:DEBUG:acme.client:Received response:
- HTTP 200
- Server: nginx
- Date: Mon, 03 Oct 2022 10:28:03 GMT
- Content-Type: application/json
- Content-Length: 810
- Connection: keep-alive
- Boulder-Requester: 755777196
- Cache-Control: public, max-age=0, no-cache
- Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
- Replay-Nonce: 5CA2RpJkLuKKobV8c8NHpobcBWgi1SaH-B7x40sJs7C4evo
- X-Frame-Options: DENY
- Strict-Transport-Security: max-age=604800
- {
- "identifier": {
- "type": "dns",
- "value": "nginx.veridium.duckdns.org"
- },
- "status": "pending",
- "expires": "2022-10-10T10:27:49Z",
- "challenges": [
- {
- "type": "http-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- },
- {
- "type": "dns-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/jozCFA",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- },
- {
- "type": "tls-alpn-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/oz0aFQ",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- }
- ]
- }
- 2022-10-03 10:27:59,695:DEBUG:acme.client:Storing nonce: 5CA2RpJkLuKKobV8c8NHpobcBWgi1SaH-B7x40sJs7C4evo
- 2022-10-03 10:28:02,698:DEBUG:acme.client:JWS payload:
- b''
- 2022-10-03 10:28:02,702:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/160334327976:
- {
- "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzU1Nzc3MTk2IiwgIm5vbmNlIjogIjVDQTJScEprTHVLS29iVjhjOE5IcG9iY0JXZ2kxU2FILUI3eDQwc0pzN0M0ZXZvIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My8xNjAzMzQzMjc5NzYifQ",
- "signature": "DCpriQvrLkKxDvfX7ytzl0JqtfD3QTHY9AS9GAERKqGbrfuM_7ji5EQjT-2Kk_aWWg3XKB-12LgbbNIlfEASp-DaKfhLb1gy_9Tn2XjzAu5jblUqvZ60_J7Pok9tuRw0gcf8Q91HfqERW39ddEwrQ5uHVH2zSluvz0xjav03HUj9vvqESUKC9UjhU4JG75cixIkXyjT_SxA7eNV3oXdaiXir01h82ziIDc0XBCBCrd0-70ZHZiFl-0SXfwkgvAvkmBmzru0sezCpia-k_nu_tjGP3kuXhBBPdcOAnz34_EWOMZG9WpLpMYj7W6ZuKlSBAYaeOxDMsRXQhui20tq9bg",
- "payload": ""
- }
- 2022-10-03 10:28:02,873:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/160334327976 HTTP/1.1" 200 810
- 2022-10-03 10:28:02,876:DEBUG:acme.client:Received response:
- HTTP 200
- Server: nginx
- Date: Mon, 03 Oct 2022 10:28:06 GMT
- Content-Type: application/json
- Content-Length: 810
- Connection: keep-alive
- Boulder-Requester: 755777196
- Cache-Control: public, max-age=0, no-cache
- Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
- Replay-Nonce: C878w5ERMwmKMKncX5rt5qVh1tySC__1FVjOv2L4aJ4Z7EE
- X-Frame-Options: DENY
- Strict-Transport-Security: max-age=604800
- {
- "identifier": {
- "type": "dns",
- "value": "nginx.veridium.duckdns.org"
- },
- "status": "pending",
- "expires": "2022-10-10T10:27:49Z",
- "challenges": [
- {
- "type": "http-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- },
- {
- "type": "dns-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/jozCFA",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- },
- {
- "type": "tls-alpn-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/oz0aFQ",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- }
- ]
- }
- 2022-10-03 10:28:02,877:DEBUG:acme.client:Storing nonce: C878w5ERMwmKMKncX5rt5qVh1tySC__1FVjOv2L4aJ4Z7EE
- 2022-10-03 10:28:05,881:DEBUG:acme.client:JWS payload:
- b''
- 2022-10-03 10:28:05,882:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/160334327976:
- {
- "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzU1Nzc3MTk2IiwgIm5vbmNlIjogIkM4Nzh3NUVSTXdtS01LbmNYNXJ0NXFWaDF0eVNDX18xRlZqT3YyTDRhSjRaN0VFIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My8xNjAzMzQzMjc5NzYifQ",
- "signature": "vg80ggnx8Y9x8kY2JCT1dCgc4P4Kv8pEjlxHOBrh0a9e6EHX8F9dh6UPYcQUg99p4R0n7xDYyTFWroMpbY9ZFvb-_8HIVBldP-2wAKoc-AOWXgK1ZSWCBtEDjfn_Ugq6R05fPuRmXxdSXYnFVhdp61c7GxjKIeJWZtCaE1evdeBVXVV5ZI2ZhzjXSvGRyX9ET5amRrsdnJuKU5XG421QjI-EI8qmAdANO8Y-UIx_fKH_wgAx3l2q31xznAbc8arciBT33Z2gNN1wwxLdtzht7Z2y0ndcOdEBOeHVv1gpj8zoJ6EUmE6IzfdP2gdUoyeeYCBW-derF2LBrMEYy4_4bg",
- "payload": ""
- }
- 2022-10-03 10:28:06,051:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/160334327976 HTTP/1.1" 200 810
- 2022-10-03 10:28:06,052:DEBUG:acme.client:Received response:
- HTTP 200
- Server: nginx
- Date: Mon, 03 Oct 2022 10:28:10 GMT
- Content-Type: application/json
- Content-Length: 810
- Connection: keep-alive
- Boulder-Requester: 755777196
- Cache-Control: public, max-age=0, no-cache
- Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
- Replay-Nonce: 1DFATcjuvv9vUBuCHoHs2TIDXywub7IEy1xj6CduFUp-usI
- X-Frame-Options: DENY
- Strict-Transport-Security: max-age=604800
- {
- "identifier": {
- "type": "dns",
- "value": "nginx.veridium.duckdns.org"
- },
- "status": "pending",
- "expires": "2022-10-10T10:27:49Z",
- "challenges": [
- {
- "type": "http-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- },
- {
- "type": "dns-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/jozCFA",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- },
- {
- "type": "tls-alpn-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/oz0aFQ",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
- }
- ]
- }
- 2022-10-03 10:28:06,052:DEBUG:acme.client:Storing nonce: 1DFATcjuvv9vUBuCHoHs2TIDXywub7IEy1xj6CduFUp-usI
- 2022-10-03 10:28:09,055:DEBUG:acme.client:JWS payload:
- b''
- 2022-10-03 10:28:09,057:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/160334327976:
- {
- "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzU1Nzc3MTk2IiwgIm5vbmNlIjogIjFERkFUY2p1dnY5dlVCdUNIb0hzMlRJRFh5d3ViN0lFeTF4ajZDZHVGVXAtdXNJIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My8xNjAzMzQzMjc5NzYifQ",
- "signature": "njB9Y6LnZZnvUb8TzChrzb8395ggN6s12ThO6WlSFSeEtIl3dKqJYy65gK-e71h8ArrKEq4jTl_if_M6kvLZLZJ7-5C2Y9pYEd4WCk_XTIZr7npwfgmPxU8rhSiLnytE4RC9sguPKZYiA9Y7qmh0lj2k17HMbEU3j46x82Ke39UOBiN0Aq8p3gjkmwpwhaGYxDCDj1LtygODB9xhSZD49ytBOa8_890X6ZjOf5HLM_RhuQyteKq_t1mLjmIpIe4_wx7IpniZNqKed7bvuTROfkuZuetHZF7h4GEI3hqQryMkuW8j8J6C_gW4FGbpBhG_A9CkqsqJWcv1r1Y5IX4G4g",
- "payload": ""
- }
- 2022-10-03 10:28:09,227:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/160334327976 HTTP/1.1" 200 1062
- 2022-10-03 10:28:09,227:DEBUG:acme.client:Received response:
- HTTP 200
- Server: nginx
- Date: Mon, 03 Oct 2022 10:28:13 GMT
- Content-Type: application/json
- Content-Length: 1062
- Connection: keep-alive
- Boulder-Requester: 755777196
- Cache-Control: public, max-age=0, no-cache
- Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
- Replay-Nonce: 1DFAhGn09x8DEUqa9G8wnYrLt8XK1_0ZSN-ThcJd3vjOwME
- X-Frame-Options: DENY
- Strict-Transport-Security: max-age=604800
- {
- "identifier": {
- "type": "dns",
- "value": "nginx.veridium.duckdns.org"
- },
- "status": "invalid",
- "expires": "2022-10-10T10:27:49Z",
- "challenges": [
- {
- "type": "http-01",
- "status": "invalid",
- "error": {
- "type": "urn:ietf:params:acme:error:dns",
- "detail": "During secondary validation: DNS problem: SERVFAIL looking up CAA for nginx.veridium.duckdns.org - the domain's nameservers may be malfunctioning",
- "status": 400
- },
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A",
- "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA",
- "validationRecord": [
- {
- "url": "http://nginx.veridium.duckdns.org/.well-known/acme-challenge/Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA",
- "hostname": "nginx.veridium.duckdns.org",
- "port": "80",
- "addressesResolved": [
- "217.84.39.120"
- ],
- "addressUsed": "217.84.39.120"
- }
- ],
- "validated": "2022-10-03T10:27:49Z"
- }
- ]
- }
- 2022-10-03 10:28:09,228:DEBUG:acme.client:Storing nonce: 1DFAhGn09x8DEUqa9G8wnYrLt8XK1_0ZSN-ThcJd3vjOwME
- 2022-10-03 10:28:09,228:INFO:certbot._internal.auth_handler:Challenge failed for domain nginx.veridium.duckdns.org
- 2022-10-03 10:28:09,228:INFO:certbot._internal.auth_handler:http-01 challenge for nginx.veridium.duckdns.org
- 2022-10-03 10:28:09,228:DEBUG:certbot._internal.display.obj:Notifying user:
- Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
- Domain: nginx.veridium.duckdns.org
- Type: dns
- Detail: During secondary validation: DNS problem: SERVFAIL looking up CAA for nginx.veridium.duckdns.org - the domain's nameservers may be malfunctioning
- Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet.
- 2022-10-03 10:28:09,230:DEBUG:certbot._internal.error_handler:Encountered exception:
- Traceback (most recent call last):
- File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 106, in handle_authorizations
- self._poll_authorizations(authzrs, max_retries, best_effort)
- File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 206, in _poll_authorizations
- raise errors.AuthorizationError('Some challenges have failed.')
- certbot.errors.AuthorizationError: Some challenges have failed.
- 2022-10-03 10:28:09,230:DEBUG:certbot._internal.error_handler:Calling registered functions
- 2022-10-03 10:28:09,230:INFO:certbot._internal.auth_handler:Cleaning up challenges
- 2022-10-03 10:28:09,231:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA
- 2022-10-03 10:28:09,235:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up
- 2022-10-03 10:28:09,235:DEBUG:certbot._internal.log:Exiting abnormally:
- Traceback (most recent call last):
- File "/usr/bin/certbot", line 8, in <module>
- sys.exit(main())
- File "/opt/certbot/lib/python3.7/site-packages/certbot/main.py", line 19, in main
- return internal_main.main(cli_args)
- File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 1715, in main
- return config.func(config, plugins)
- File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 1574, in certonly
- lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
- File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 139, in _get_and_save_cert
- lineage = le_client.obtain_and_enroll_certificate(domains, certname)
- File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/client.py", line 513, in obtain_and_enroll_certificate
- cert, chain, key, _ = self.obtain_certificate(domains)
- File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/client.py", line 441, in obtain_certificate
- orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
- File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/client.py", line 493, in _get_order_and_authorizations
- authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort)
- File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 106, in handle_authorizations
- self._poll_authorizations(authzrs, max_retries, best_effort)
- File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 206, in _poll_authorizations
- raise errors.AuthorizationError('Some challenges have failed.')
- certbot.errors.AuthorizationError: Some challenges have failed.
- 2022-10-03 10:28:09,237:ERROR:certbot._internal.log:Some challenges have failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement