Advertisement
hexax2

Untitled

Oct 3rd, 2022
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.01 KB | None | 0 0
  1. 2022-10-03 10:27:44,121:DEBUG:certbot._internal.main:certbot version: 1.25.0
  2. 2022-10-03 10:27:44,122:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/certbot
  3. 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', 'benny-bergen@gmx.de', '--preferred-challenges', 'dns,http', '--domains', 'nginx.veridium.duckdns.org']
  4. 2022-10-03 10:27:44,122:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
  5. 2022-10-03 10:27:44,220:DEBUG:certbot._internal.log:Root logging level set at 30
  6. 2022-10-03 10:27:44,223:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
  7. 2022-10-03 10:27:44,225:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot
  8. Description: Place files in webroot directory
  9. Interfaces: Authenticator, Plugin
  10. Entry point: webroot = certbot._internal.plugins.webroot:Authenticator
  11. Initialized: <certbot._internal.plugins.webroot.Authenticator object at 0x7fdd1dd1e908>
  12. Prep: True
  13. 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
  14. 2022-10-03 10:27:44,226:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None
  15. 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))>
  16. 2022-10-03 10:27:44,237:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
  17. 2022-10-03 10:27:44,238:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
  18. 2022-10-03 10:27:44,695:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 659
  19. 2022-10-03 10:27:44,696:DEBUG:acme.client:Received response:
  20. HTTP 200
  21. Server: nginx
  22. Date: Mon, 03 Oct 2022 10:27:48 GMT
  23. Content-Type: application/json
  24. Content-Length: 659
  25. Connection: keep-alive
  26. Cache-Control: public, max-age=0, no-cache
  27. X-Frame-Options: DENY
  28. Strict-Transport-Security: max-age=604800
  29.  
  30. {
  31. "1s6J7V3EA1o": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417",
  32. "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change",
  33. "meta": {
  34. "caaIdentities": [
  35. "letsencrypt.org"
  36. ],
  37. "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.3-September-21-2022.pdf",
  38. "website": "https://letsencrypt.org"
  39. },
  40. "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct",
  41. "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce",
  42. "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order",
  43. "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert"
  44. }
  45. 2022-10-03 10:27:44,697:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for nginx.veridium.duckdns.org
  46. 2022-10-03 10:27:44,707:DEBUG:certbot.crypto_util:Generating ECDSA key (2048 bits): /etc/letsencrypt/keys/0011_key-certbot.pem
  47. 2022-10-03 10:27:44,714:DEBUG:certbot.crypto_util:Creating CSR: /etc/letsencrypt/csr/0011_csr-certbot.pem
  48. 2022-10-03 10:27:44,715:DEBUG:acme.client:Requesting fresh nonce
  49. 2022-10-03 10:27:44,715:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce.
  50. 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
  51. 2022-10-03 10:27:44,859:DEBUG:acme.client:Received response:
  52. HTTP 200
  53. Server: nginx
  54. Date: Mon, 03 Oct 2022 10:27:48 GMT
  55. Connection: keep-alive
  56. Cache-Control: public, max-age=0, no-cache
  57. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
  58. Replay-Nonce: 5CA21uoqjEDBcUZTdv5mw-ubHrf3G3qoJR2FWh1HIedRnoQ
  59. X-Frame-Options: DENY
  60. Strict-Transport-Security: max-age=604800
  61.  
  62.  
  63. 2022-10-03 10:27:44,859:DEBUG:acme.client:Storing nonce: 5CA21uoqjEDBcUZTdv5mw-ubHrf3G3qoJR2FWh1HIedRnoQ
  64. 2022-10-03 10:27:44,860:DEBUG:acme.client:JWS payload:
  65. b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "nginx.veridium.duckdns.org"\n }\n ]\n}'
  66. 2022-10-03 10:27:44,861:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order:
  67. {
  68. "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzU1Nzc3MTk2IiwgIm5vbmNlIjogIjVDQTIxdW9xakVEQmNVWlRkdjVtdy11YkhyZjNHM3FvSlIyRldoMUhJZWRSbm9RIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9uZXctb3JkZXIifQ",
  69. "signature": "bAfdWfxSHHGqXUG5vK3Lp0qzCURlGM4On64P8Hwdo0OTdc4TM6PrBUewE7yOdXFUoWSshRutObQg7_wug8SGIrTw_QKWv8QOfALHPQQ9oYlZDTKumi_hzMNLCUIryd0l7UkRDuMoAM5FyRUjbsqLanmJOazS4ZEINPTzyM18ks6RLB_l4CcZ482jZtS8N0mTmlE1eWlk44maCWiipTidM45N9UsYfL-82wiQPgICQGP_E0Xjjws_NAKn9s2M-hxGDvYHszR2-IpkXFzeYb1lCiAKVKRX_02OuovogOzaobBC_nAGO04RFO8qxpcPqr9PA9iK9iBotmw8tp1MCM8_EQ",
  70. "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogIm5naW54LnZlcmlkaXVtLmR1Y2tkbnMub3JnIgogICAgfQogIF0KfQ"
  71. }
  72. 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
  73. 2022-10-03 10:27:45,239:DEBUG:acme.client:Received response:
  74. HTTP 201
  75. Server: nginx
  76. Date: Mon, 03 Oct 2022 10:27:49 GMT
  77. Content-Type: application/json
  78. Content-Length: 351
  79. Connection: keep-alive
  80. Boulder-Requester: 755777196
  81. Cache-Control: public, max-age=0, no-cache
  82. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
  83. Location: https://acme-v02.api.letsencrypt.org/acme/order/755777196/131128506296
  84. Replay-Nonce: 891FbKHX96HJu7nsLuxVDnbZmVQKLNhOpWQVzMGz13HcDI8
  85. X-Frame-Options: DENY
  86. Strict-Transport-Security: max-age=604800
  87.  
  88. {
  89. "status": "pending",
  90. "expires": "2022-10-10T10:27:49Z",
  91. "identifiers": [
  92. {
  93. "type": "dns",
  94. "value": "nginx.veridium.duckdns.org"
  95. }
  96. ],
  97. "authorizations": [
  98. "https://acme-v02.api.letsencrypt.org/acme/authz-v3/160334327976"
  99. ],
  100. "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/755777196/131128506296"
  101. }
  102. 2022-10-03 10:27:45,239:DEBUG:acme.client:Storing nonce: 891FbKHX96HJu7nsLuxVDnbZmVQKLNhOpWQVzMGz13HcDI8
  103. 2022-10-03 10:27:45,240:DEBUG:acme.client:JWS payload:
  104. b''
  105. 2022-10-03 10:27:45,241:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/160334327976:
  106. {
  107. "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzU1Nzc3MTk2IiwgIm5vbmNlIjogIjg5MUZiS0hYOTZISnU3bnNMdXhWRG5iWm1WUUtMTmhPcFdRVnpNR3oxM0hjREk4IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My8xNjAzMzQzMjc5NzYifQ",
  108. "signature": "LBNsYzrJvTxR4xWF5N7SNZetzAWmuIr3dKH2Id87fD2gvA47NIPJVUUcO2_-2ZaJlGS-7Y78k-1YIg3WYrF1UBc8N48TWX6gPO-w9oi2MDPfJdQrOLupL7FV4Y9O6e3jg-G8hhgTgUJ2j0Bh_pL_LfPln8NJeCoDYRcRrPOs655OPbG35-r17EhBwQyxtyNASD0DOX566XgHxkOWSbj0ChLykZBl8fi1Dlt24KfesY2XfnWRCp7iR6me55R4BVLwTrMHis_bTESFmEadBxuJxTm_NQKz5S3ikec37vXKXOeqi5nbOOgh3I6UsXvAeg1ldIKlJF66jTVngCaM47P0DQ",
  109. "payload": ""
  110. }
  111. 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
  112. 2022-10-03 10:27:45,634:DEBUG:acme.client:Received response:
  113. HTTP 200
  114. Server: nginx
  115. Date: Mon, 03 Oct 2022 10:27:49 GMT
  116. Content-Type: application/json
  117. Content-Length: 810
  118. Connection: keep-alive
  119. Boulder-Requester: 755777196
  120. Cache-Control: public, max-age=0, no-cache
  121. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
  122. Replay-Nonce: 1DFAIzIJVeeTfJ0SVmHtKSWZvsrMVy4pUyJFn6UOyaC6C18
  123. X-Frame-Options: DENY
  124. Strict-Transport-Security: max-age=604800
  125.  
  126. {
  127. "identifier": {
  128. "type": "dns",
  129. "value": "nginx.veridium.duckdns.org"
  130. },
  131. "status": "pending",
  132. "expires": "2022-10-10T10:27:49Z",
  133. "challenges": [
  134. {
  135. "type": "http-01",
  136. "status": "pending",
  137. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A",
  138. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  139. },
  140. {
  141. "type": "dns-01",
  142. "status": "pending",
  143. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/jozCFA",
  144. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  145. },
  146. {
  147. "type": "tls-alpn-01",
  148. "status": "pending",
  149. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/oz0aFQ",
  150. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  151. }
  152. ]
  153. }
  154. 2022-10-03 10:27:45,635:DEBUG:acme.client:Storing nonce: 1DFAIzIJVeeTfJ0SVmHtKSWZvsrMVy4pUyJFn6UOyaC6C18
  155. 2022-10-03 10:27:45,637:INFO:certbot._internal.auth_handler:Performing the following challenges:
  156. 2022-10-03 10:27:45,637:INFO:certbot._internal.auth_handler:http-01 challenge for nginx.veridium.duckdns.org
  157. 2022-10-03 10:27:45,638:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains.
  158. 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
  159. 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
  160. 2022-10-03 10:27:45,643:DEBUG:acme.client:JWS payload:
  161. b'{}'
  162. 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:
  163. {
  164. "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzU1Nzc3MTk2IiwgIm5vbmNlIjogIjFERkFJeklKVmVlVGZKMFNWbUh0S1NXWnZzck1WeTRwVXlKRm42VU95YUM2QzE4IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbC12My8xNjAzMzQzMjc5NzYvVHMtYjBBIn0",
  165. "signature": "p2w36LIDQ05--hhEOHSJZHFjbekjMkNF8Ml1FN5SavroA6mH4kyW7MpJco9AvaiJ4MM6wastiuu80Q0YDABTr3_qgMC4kA-aUZzjNmSqC1OwkpilTTEUNzWVoPGr2fYvGsZHtrlZ-aST8lDTZyNUmog_AGClBXX2b_EdZoB_kRMa2fWlBtftwJtkTGjgFwuh1RXwpNpDsyzPpsMzFiop5G5ked9AVwDyDVjdVTAZGr-QJ1OH12K-f3cWS-h-jNIiehcwyOuN0-_U3Ugc9J9ttbZPPL2NcO-RzVkPGw4VFy-K0RF8eahTZJu955ay6SIDaie5OZw2Dr3V9UVafNuxwQ",
  166. "payload": "e30"
  167. }
  168. 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
  169. 2022-10-03 10:27:45,827:DEBUG:acme.client:Received response:
  170. HTTP 200
  171. Server: nginx
  172. Date: Mon, 03 Oct 2022 10:27:49 GMT
  173. Content-Type: application/json
  174. Content-Length: 187
  175. Connection: keep-alive
  176. Boulder-Requester: 755777196
  177. Cache-Control: public, max-age=0, no-cache
  178. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/authz-v3/160334327976>;rel="up"
  179. Location: https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A
  180. Replay-Nonce: 891FP5CcaEJl_1x4PZB11IqG8Cbdwy318hmox6RxOz_ZsEI
  181. X-Frame-Options: DENY
  182. Strict-Transport-Security: max-age=604800
  183.  
  184. {
  185. "type": "http-01",
  186. "status": "pending",
  187. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A",
  188. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  189. }
  190. 2022-10-03 10:27:45,828:DEBUG:acme.client:Storing nonce: 891FP5CcaEJl_1x4PZB11IqG8Cbdwy318hmox6RxOz_ZsEI
  191. 2022-10-03 10:27:45,828:INFO:certbot._internal.auth_handler:Waiting for verification...
  192. 2022-10-03 10:27:46,829:DEBUG:acme.client:JWS payload:
  193. b''
  194. 2022-10-03 10:27:46,831:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/160334327976:
  195. {
  196. "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzU1Nzc3MTk2IiwgIm5vbmNlIjogIjg5MUZQNUNjYUVKbF8xeDRQWkIxMUlxRzhDYmR3eTMxOGhtb3g2UnhPel9ac0VJIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My8xNjAzMzQzMjc5NzYifQ",
  197. "signature": "qNR408AqBZHNmxsZntf01XREqdGgdey3S7fL5H0-uB13dVVW9lk1fZ74OOKR0mG6RlNoWhpiFnZJc0CA4PlGrpbhzdwy1YlDwx_UxlYlhjf91S4VZiLU-Nzx4gZDNmk12lAtEc6wLXyrHpq-Bhu4E3FCqH1xhphrE60wtKTQnLAXwNyCRmW4tUSFplYdzn_GPv_BtgPF1fFQ3r-xoDYdH7r6qJbevmtIbOXH5-jLJbdvfgTzQxQMKtf4G92xFDr76uJ8flPIaL5Yp0stbkMUGG8MavMm5J-PuBpf7UUBdYydKVJa2cqj1he95BlBggSShxFaJFv6PGiBSeF5qNL09A",
  198. "payload": ""
  199. }
  200. 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
  201. 2022-10-03 10:27:46,992:DEBUG:acme.client:Received response:
  202. HTTP 200
  203. Server: nginx
  204. Date: Mon, 03 Oct 2022 10:27:51 GMT
  205. Content-Type: application/json
  206. Content-Length: 810
  207. Connection: keep-alive
  208. Boulder-Requester: 755777196
  209. Cache-Control: public, max-age=0, no-cache
  210. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
  211. Replay-Nonce: C878J0FexgGr2l0pkz__qtuJrEze3bBSaKLslWvjIwcZwWI
  212. X-Frame-Options: DENY
  213. Strict-Transport-Security: max-age=604800
  214.  
  215. {
  216. "identifier": {
  217. "type": "dns",
  218. "value": "nginx.veridium.duckdns.org"
  219. },
  220. "status": "pending",
  221. "expires": "2022-10-10T10:27:49Z",
  222. "challenges": [
  223. {
  224. "type": "http-01",
  225. "status": "pending",
  226. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A",
  227. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  228. },
  229. {
  230. "type": "dns-01",
  231. "status": "pending",
  232. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/jozCFA",
  233. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  234. },
  235. {
  236. "type": "tls-alpn-01",
  237. "status": "pending",
  238. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/oz0aFQ",
  239. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  240. }
  241. ]
  242. }
  243. 2022-10-03 10:27:46,992:DEBUG:acme.client:Storing nonce: C878J0FexgGr2l0pkz__qtuJrEze3bBSaKLslWvjIwcZwWI
  244. 2022-10-03 10:27:49,996:DEBUG:acme.client:JWS payload:
  245. b''
  246. 2022-10-03 10:27:49,998:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/160334327976:
  247. {
  248. "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzU1Nzc3MTk2IiwgIm5vbmNlIjogIkM4NzhKMEZleGdHcjJsMHBrel9fcXR1SnJFemUzYkJTYUtMc2xXdmpJd2Nad1dJIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My8xNjAzMzQzMjc5NzYifQ",
  249. "signature": "XuwmQCrKb3fx_VHn33H-PqPc9zkGy9B8W0GFrg7zmZMxM8WI32KLpHNPh6riTXjGgHXgjN5zUirCBHJ0t5kGvyPDqHHPrkKosrJf7QubkD9uluTov0lzelbwVi9Rf6Rq-gDNSKvAgqOTCGRR_njNmlXNpbw8HALDTfPMkpdCUGyig6pE_HL00ZSD-z49r6Td0tOGzN6TstdsW-6AIrf4zJEAabS1J8R0y6ykNmJjC1BwJDSmwXNvbYfC6PzpFvZ3CjVEDduFI3kkaUaEuGMKcWT8h3Wfm_mEMtfeep6pMvBIc-X6yy1C4f6S2cryIOh8Xnj82064RmgBR-oEBFHwjA",
  250. "payload": ""
  251. }
  252. 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
  253. 2022-10-03 10:27:50,157:DEBUG:acme.client:Received response:
  254. HTTP 200
  255. Server: nginx
  256. Date: Mon, 03 Oct 2022 10:27:54 GMT
  257. Content-Type: application/json
  258. Content-Length: 810
  259. Connection: keep-alive
  260. Boulder-Requester: 755777196
  261. Cache-Control: public, max-age=0, no-cache
  262. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
  263. Replay-Nonce: 1DFAimPPC0nPsbF_8hOEgkNUDp6H2UVZ65AjAFQFQdqA5t4
  264. X-Frame-Options: DENY
  265. Strict-Transport-Security: max-age=604800
  266.  
  267. {
  268. "identifier": {
  269. "type": "dns",
  270. "value": "nginx.veridium.duckdns.org"
  271. },
  272. "status": "pending",
  273. "expires": "2022-10-10T10:27:49Z",
  274. "challenges": [
  275. {
  276. "type": "http-01",
  277. "status": "pending",
  278. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A",
  279. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  280. },
  281. {
  282. "type": "dns-01",
  283. "status": "pending",
  284. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/jozCFA",
  285. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  286. },
  287. {
  288. "type": "tls-alpn-01",
  289. "status": "pending",
  290. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/oz0aFQ",
  291. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  292. }
  293. ]
  294. }
  295. 2022-10-03 10:27:50,157:DEBUG:acme.client:Storing nonce: 1DFAimPPC0nPsbF_8hOEgkNUDp6H2UVZ65AjAFQFQdqA5t4
  296. 2022-10-03 10:27:53,161:DEBUG:acme.client:JWS payload:
  297. b''
  298. 2022-10-03 10:27:53,162:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/160334327976:
  299. {
  300. "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzU1Nzc3MTk2IiwgIm5vbmNlIjogIjFERkFpbVBQQzBuUHNiRl84aE9FZ2tOVURwNkgyVVZaNjVBakFGUUZRZHFBNXQ0IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My8xNjAzMzQzMjc5NzYifQ",
  301. "signature": "r9KFqci_5NAVoWo9z6BdF9GdnyIfYjVAcQpdsm89ok16ZqO_xsKCheaa0Ea5FoQql7xfj55l8cm8YFYjJvqCNlbdsRmQ70LNRIzJvK_Fab5OEvgxPzKBgHpeL4TK7K28MOvRQPn3ttI4b9YulV6bWq-T-5U06eFw5sRuyl7aUDRJMcVYXou8MxpxX5dItUD2Ots0A2tmq_YMCWst-GX7HlP67FCMJ9lQsWs-ByTOywNugVjPiXTuUB0Vp1e5nuduCPP4IgNZHNahVrtVJA8fFMqCHXpL2VAecw6Y8WsEs7kyn3Yn3U7pcdqtjjP5FdMiBLpt9yEf_jafjTyIWUgUOQ",
  302. "payload": ""
  303. }
  304. 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
  305. 2022-10-03 10:27:53,335:DEBUG:acme.client:Received response:
  306. HTTP 200
  307. Server: nginx
  308. Date: Mon, 03 Oct 2022 10:27:57 GMT
  309. Content-Type: application/json
  310. Content-Length: 810
  311. Connection: keep-alive
  312. Boulder-Requester: 755777196
  313. Cache-Control: public, max-age=0, no-cache
  314. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
  315. Replay-Nonce: C878CNH4f93YF_lFX5oEsMi8g_dMkEQ1s-XFoL0STeO0TS4
  316. X-Frame-Options: DENY
  317. Strict-Transport-Security: max-age=604800
  318.  
  319. {
  320. "identifier": {
  321. "type": "dns",
  322. "value": "nginx.veridium.duckdns.org"
  323. },
  324. "status": "pending",
  325. "expires": "2022-10-10T10:27:49Z",
  326. "challenges": [
  327. {
  328. "type": "http-01",
  329. "status": "pending",
  330. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A",
  331. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  332. },
  333. {
  334. "type": "dns-01",
  335. "status": "pending",
  336. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/jozCFA",
  337. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  338. },
  339. {
  340. "type": "tls-alpn-01",
  341. "status": "pending",
  342. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/oz0aFQ",
  343. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  344. }
  345. ]
  346. }
  347. 2022-10-03 10:27:53,335:DEBUG:acme.client:Storing nonce: C878CNH4f93YF_lFX5oEsMi8g_dMkEQ1s-XFoL0STeO0TS4
  348. 2022-10-03 10:27:56,339:DEBUG:acme.client:JWS payload:
  349. b''
  350. 2022-10-03 10:27:56,343:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/160334327976:
  351. {
  352. "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzU1Nzc3MTk2IiwgIm5vbmNlIjogIkM4NzhDTkg0ZjkzWUZfbEZYNW9Fc01pOGdfZE1rRVExcy1YRm9MMFNUZU8wVFM0IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My8xNjAzMzQzMjc5NzYifQ",
  353. "signature": "qWWMogvQFWjmturle2FRkoPt--r9NGyCof00pQD5VKAf2IL-aGqKaO7tJWILHyXL_a6fPqgJLDRigglow3bAMUvgV8BuwJuI24Bj2yLhcb7hH1-TUa230hc7GerljJJ3QftQo0LDQhD2GNBFiNa1-NmDpmp_mpsCraMgNuSKtot7uhLUYlDcbM_WuiE_5MWhhj-nrO8xihOvzSJZF413V5k74gQvciQs5VIs1YE6ruorOHZQcBPqtGI8w2ZXK34Ee0jExIpwT9xSGuSNxRqjncW7XVFfIpwmJj17psrxiOXy8L2RIBGFvUNFHJm4NV1-O2P9P75XfjZTyq7IhnIqqQ",
  354. "payload": ""
  355. }
  356. 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
  357. 2022-10-03 10:27:56,514:DEBUG:acme.client:Received response:
  358. HTTP 200
  359. Server: nginx
  360. Date: Mon, 03 Oct 2022 10:28:00 GMT
  361. Content-Type: application/json
  362. Content-Length: 810
  363. Connection: keep-alive
  364. Boulder-Requester: 755777196
  365. Cache-Control: public, max-age=0, no-cache
  366. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
  367. Replay-Nonce: 5CA2jtDGWQJlC7smUd9J7vgYNYRs6hCAfSE9MMwW6FBIUO0
  368. X-Frame-Options: DENY
  369. Strict-Transport-Security: max-age=604800
  370.  
  371. {
  372. "identifier": {
  373. "type": "dns",
  374. "value": "nginx.veridium.duckdns.org"
  375. },
  376. "status": "pending",
  377. "expires": "2022-10-10T10:27:49Z",
  378. "challenges": [
  379. {
  380. "type": "http-01",
  381. "status": "pending",
  382. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A",
  383. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  384. },
  385. {
  386. "type": "dns-01",
  387. "status": "pending",
  388. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/jozCFA",
  389. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  390. },
  391. {
  392. "type": "tls-alpn-01",
  393. "status": "pending",
  394. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/oz0aFQ",
  395. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  396. }
  397. ]
  398. }
  399. 2022-10-03 10:27:56,515:DEBUG:acme.client:Storing nonce: 5CA2jtDGWQJlC7smUd9J7vgYNYRs6hCAfSE9MMwW6FBIUO0
  400. 2022-10-03 10:27:59,521:DEBUG:acme.client:JWS payload:
  401. b''
  402. 2022-10-03 10:27:59,522:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/160334327976:
  403. {
  404. "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzU1Nzc3MTk2IiwgIm5vbmNlIjogIjVDQTJqdERHV1FKbEM3c21VZDlKN3ZnWU5ZUnM2aENBZlNFOU1Nd1c2RkJJVU8wIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My8xNjAzMzQzMjc5NzYifQ",
  405. "signature": "rhz72KzaxYcQcMA9wzUPb2xlPYUt1HA3McGaYqB_7N-bMmJWhMEVXF_W-GC8kzbNvjlZdN4jGrEQao7CDeTidxS690WXapLhRh4DJrySwelHKleuMm-nI_WjV_kl-DcpWsN9C02wIVSg2xrL5znpfKRi9xDP7vKJbx6DuR0Z2Fp0E1Rg9z4R8jLiOlri8HNH1NttKGqScSZdsnJsU2K2WK_2d5V_rEFPt57K3PViJa1xp70YYrXP972Mlrqwq3iBkbdKr-HY5nTnrSr-fAuJvhfwt3-0ukYeRLx8pK7IrS1I2Y-rbbmrhy_IvhV9l6kiXrTHH_M-T3Px4AfsDdS1Eg",
  406. "payload": ""
  407. }
  408. 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
  409. 2022-10-03 10:27:59,694:DEBUG:acme.client:Received response:
  410. HTTP 200
  411. Server: nginx
  412. Date: Mon, 03 Oct 2022 10:28:03 GMT
  413. Content-Type: application/json
  414. Content-Length: 810
  415. Connection: keep-alive
  416. Boulder-Requester: 755777196
  417. Cache-Control: public, max-age=0, no-cache
  418. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
  419. Replay-Nonce: 5CA2RpJkLuKKobV8c8NHpobcBWgi1SaH-B7x40sJs7C4evo
  420. X-Frame-Options: DENY
  421. Strict-Transport-Security: max-age=604800
  422.  
  423. {
  424. "identifier": {
  425. "type": "dns",
  426. "value": "nginx.veridium.duckdns.org"
  427. },
  428. "status": "pending",
  429. "expires": "2022-10-10T10:27:49Z",
  430. "challenges": [
  431. {
  432. "type": "http-01",
  433. "status": "pending",
  434. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A",
  435. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  436. },
  437. {
  438. "type": "dns-01",
  439. "status": "pending",
  440. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/jozCFA",
  441. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  442. },
  443. {
  444. "type": "tls-alpn-01",
  445. "status": "pending",
  446. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/oz0aFQ",
  447. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  448. }
  449. ]
  450. }
  451. 2022-10-03 10:27:59,695:DEBUG:acme.client:Storing nonce: 5CA2RpJkLuKKobV8c8NHpobcBWgi1SaH-B7x40sJs7C4evo
  452. 2022-10-03 10:28:02,698:DEBUG:acme.client:JWS payload:
  453. b''
  454. 2022-10-03 10:28:02,702:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/160334327976:
  455. {
  456. "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzU1Nzc3MTk2IiwgIm5vbmNlIjogIjVDQTJScEprTHVLS29iVjhjOE5IcG9iY0JXZ2kxU2FILUI3eDQwc0pzN0M0ZXZvIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My8xNjAzMzQzMjc5NzYifQ",
  457. "signature": "DCpriQvrLkKxDvfX7ytzl0JqtfD3QTHY9AS9GAERKqGbrfuM_7ji5EQjT-2Kk_aWWg3XKB-12LgbbNIlfEASp-DaKfhLb1gy_9Tn2XjzAu5jblUqvZ60_J7Pok9tuRw0gcf8Q91HfqERW39ddEwrQ5uHVH2zSluvz0xjav03HUj9vvqESUKC9UjhU4JG75cixIkXyjT_SxA7eNV3oXdaiXir01h82ziIDc0XBCBCrd0-70ZHZiFl-0SXfwkgvAvkmBmzru0sezCpia-k_nu_tjGP3kuXhBBPdcOAnz34_EWOMZG9WpLpMYj7W6ZuKlSBAYaeOxDMsRXQhui20tq9bg",
  458. "payload": ""
  459. }
  460. 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
  461. 2022-10-03 10:28:02,876:DEBUG:acme.client:Received response:
  462. HTTP 200
  463. Server: nginx
  464. Date: Mon, 03 Oct 2022 10:28:06 GMT
  465. Content-Type: application/json
  466. Content-Length: 810
  467. Connection: keep-alive
  468. Boulder-Requester: 755777196
  469. Cache-Control: public, max-age=0, no-cache
  470. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
  471. Replay-Nonce: C878w5ERMwmKMKncX5rt5qVh1tySC__1FVjOv2L4aJ4Z7EE
  472. X-Frame-Options: DENY
  473. Strict-Transport-Security: max-age=604800
  474.  
  475. {
  476. "identifier": {
  477. "type": "dns",
  478. "value": "nginx.veridium.duckdns.org"
  479. },
  480. "status": "pending",
  481. "expires": "2022-10-10T10:27:49Z",
  482. "challenges": [
  483. {
  484. "type": "http-01",
  485. "status": "pending",
  486. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A",
  487. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  488. },
  489. {
  490. "type": "dns-01",
  491. "status": "pending",
  492. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/jozCFA",
  493. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  494. },
  495. {
  496. "type": "tls-alpn-01",
  497. "status": "pending",
  498. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/oz0aFQ",
  499. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  500. }
  501. ]
  502. }
  503. 2022-10-03 10:28:02,877:DEBUG:acme.client:Storing nonce: C878w5ERMwmKMKncX5rt5qVh1tySC__1FVjOv2L4aJ4Z7EE
  504. 2022-10-03 10:28:05,881:DEBUG:acme.client:JWS payload:
  505. b''
  506. 2022-10-03 10:28:05,882:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/160334327976:
  507. {
  508. "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzU1Nzc3MTk2IiwgIm5vbmNlIjogIkM4Nzh3NUVSTXdtS01LbmNYNXJ0NXFWaDF0eVNDX18xRlZqT3YyTDRhSjRaN0VFIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My8xNjAzMzQzMjc5NzYifQ",
  509. "signature": "vg80ggnx8Y9x8kY2JCT1dCgc4P4Kv8pEjlxHOBrh0a9e6EHX8F9dh6UPYcQUg99p4R0n7xDYyTFWroMpbY9ZFvb-_8HIVBldP-2wAKoc-AOWXgK1ZSWCBtEDjfn_Ugq6R05fPuRmXxdSXYnFVhdp61c7GxjKIeJWZtCaE1evdeBVXVV5ZI2ZhzjXSvGRyX9ET5amRrsdnJuKU5XG421QjI-EI8qmAdANO8Y-UIx_fKH_wgAx3l2q31xznAbc8arciBT33Z2gNN1wwxLdtzht7Z2y0ndcOdEBOeHVv1gpj8zoJ6EUmE6IzfdP2gdUoyeeYCBW-derF2LBrMEYy4_4bg",
  510. "payload": ""
  511. }
  512. 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
  513. 2022-10-03 10:28:06,052:DEBUG:acme.client:Received response:
  514. HTTP 200
  515. Server: nginx
  516. Date: Mon, 03 Oct 2022 10:28:10 GMT
  517. Content-Type: application/json
  518. Content-Length: 810
  519. Connection: keep-alive
  520. Boulder-Requester: 755777196
  521. Cache-Control: public, max-age=0, no-cache
  522. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
  523. Replay-Nonce: 1DFATcjuvv9vUBuCHoHs2TIDXywub7IEy1xj6CduFUp-usI
  524. X-Frame-Options: DENY
  525. Strict-Transport-Security: max-age=604800
  526.  
  527. {
  528. "identifier": {
  529. "type": "dns",
  530. "value": "nginx.veridium.duckdns.org"
  531. },
  532. "status": "pending",
  533. "expires": "2022-10-10T10:27:49Z",
  534. "challenges": [
  535. {
  536. "type": "http-01",
  537. "status": "pending",
  538. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A",
  539. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  540. },
  541. {
  542. "type": "dns-01",
  543. "status": "pending",
  544. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/jozCFA",
  545. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  546. },
  547. {
  548. "type": "tls-alpn-01",
  549. "status": "pending",
  550. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/oz0aFQ",
  551. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA"
  552. }
  553. ]
  554. }
  555. 2022-10-03 10:28:06,052:DEBUG:acme.client:Storing nonce: 1DFATcjuvv9vUBuCHoHs2TIDXywub7IEy1xj6CduFUp-usI
  556. 2022-10-03 10:28:09,055:DEBUG:acme.client:JWS payload:
  557. b''
  558. 2022-10-03 10:28:09,057:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/160334327976:
  559. {
  560. "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNzU1Nzc3MTk2IiwgIm5vbmNlIjogIjFERkFUY2p1dnY5dlVCdUNIb0hzMlRJRFh5d3ViN0lFeTF4ajZDZHVGVXAtdXNJIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My8xNjAzMzQzMjc5NzYifQ",
  561. "signature": "njB9Y6LnZZnvUb8TzChrzb8395ggN6s12ThO6WlSFSeEtIl3dKqJYy65gK-e71h8ArrKEq4jTl_if_M6kvLZLZJ7-5C2Y9pYEd4WCk_XTIZr7npwfgmPxU8rhSiLnytE4RC9sguPKZYiA9Y7qmh0lj2k17HMbEU3j46x82Ke39UOBiN0Aq8p3gjkmwpwhaGYxDCDj1LtygODB9xhSZD49ytBOa8_890X6ZjOf5HLM_RhuQyteKq_t1mLjmIpIe4_wx7IpniZNqKed7bvuTROfkuZuetHZF7h4GEI3hqQryMkuW8j8J6C_gW4FGbpBhG_A9CkqsqJWcv1r1Y5IX4G4g",
  562. "payload": ""
  563. }
  564. 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
  565. 2022-10-03 10:28:09,227:DEBUG:acme.client:Received response:
  566. HTTP 200
  567. Server: nginx
  568. Date: Mon, 03 Oct 2022 10:28:13 GMT
  569. Content-Type: application/json
  570. Content-Length: 1062
  571. Connection: keep-alive
  572. Boulder-Requester: 755777196
  573. Cache-Control: public, max-age=0, no-cache
  574. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
  575. Replay-Nonce: 1DFAhGn09x8DEUqa9G8wnYrLt8XK1_0ZSN-ThcJd3vjOwME
  576. X-Frame-Options: DENY
  577. Strict-Transport-Security: max-age=604800
  578.  
  579. {
  580. "identifier": {
  581. "type": "dns",
  582. "value": "nginx.veridium.duckdns.org"
  583. },
  584. "status": "invalid",
  585. "expires": "2022-10-10T10:27:49Z",
  586. "challenges": [
  587. {
  588. "type": "http-01",
  589. "status": "invalid",
  590. "error": {
  591. "type": "urn:ietf:params:acme:error:dns",
  592. "detail": "During secondary validation: DNS problem: SERVFAIL looking up CAA for nginx.veridium.duckdns.org - the domain's nameservers may be malfunctioning",
  593. "status": 400
  594. },
  595. "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/160334327976/Ts-b0A",
  596. "token": "Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA",
  597. "validationRecord": [
  598. {
  599. "url": "http://nginx.veridium.duckdns.org/.well-known/acme-challenge/Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA",
  600. "hostname": "nginx.veridium.duckdns.org",
  601. "port": "80",
  602. "addressesResolved": [
  603. "217.84.39.120"
  604. ],
  605. "addressUsed": "217.84.39.120"
  606. }
  607. ],
  608. "validated": "2022-10-03T10:27:49Z"
  609. }
  610. ]
  611. }
  612. 2022-10-03 10:28:09,228:DEBUG:acme.client:Storing nonce: 1DFAhGn09x8DEUqa9G8wnYrLt8XK1_0ZSN-ThcJd3vjOwME
  613. 2022-10-03 10:28:09,228:INFO:certbot._internal.auth_handler:Challenge failed for domain nginx.veridium.duckdns.org
  614. 2022-10-03 10:28:09,228:INFO:certbot._internal.auth_handler:http-01 challenge for nginx.veridium.duckdns.org
  615. 2022-10-03 10:28:09,228:DEBUG:certbot._internal.display.obj:Notifying user:
  616. Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
  617. Domain: nginx.veridium.duckdns.org
  618. Type: dns
  619. Detail: During secondary validation: DNS problem: SERVFAIL looking up CAA for nginx.veridium.duckdns.org - the domain's nameservers may be malfunctioning
  620.  
  621. 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.
  622.  
  623. 2022-10-03 10:28:09,230:DEBUG:certbot._internal.error_handler:Encountered exception:
  624. Traceback (most recent call last):
  625. File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 106, in handle_authorizations
  626. self._poll_authorizations(authzrs, max_retries, best_effort)
  627. File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 206, in _poll_authorizations
  628. raise errors.AuthorizationError('Some challenges have failed.')
  629. certbot.errors.AuthorizationError: Some challenges have failed.
  630.  
  631. 2022-10-03 10:28:09,230:DEBUG:certbot._internal.error_handler:Calling registered functions
  632. 2022-10-03 10:28:09,230:INFO:certbot._internal.auth_handler:Cleaning up challenges
  633. 2022-10-03 10:28:09,231:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/Lk9XbrKQbZ2MMFZUV2CSGUAfzS7Mw2tyNFiXunW0WNA
  634. 2022-10-03 10:28:09,235:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up
  635. 2022-10-03 10:28:09,235:DEBUG:certbot._internal.log:Exiting abnormally:
  636. Traceback (most recent call last):
  637. File "/usr/bin/certbot", line 8, in <module>
  638. sys.exit(main())
  639. File "/opt/certbot/lib/python3.7/site-packages/certbot/main.py", line 19, in main
  640. return internal_main.main(cli_args)
  641. File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 1715, in main
  642. return config.func(config, plugins)
  643. File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 1574, in certonly
  644. lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
  645. File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 139, in _get_and_save_cert
  646. lineage = le_client.obtain_and_enroll_certificate(domains, certname)
  647. File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/client.py", line 513, in obtain_and_enroll_certificate
  648. cert, chain, key, _ = self.obtain_certificate(domains)
  649. File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/client.py", line 441, in obtain_certificate
  650. orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
  651. File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/client.py", line 493, in _get_order_and_authorizations
  652. authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort)
  653. File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 106, in handle_authorizations
  654. self._poll_authorizations(authzrs, max_retries, best_effort)
  655. File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 206, in _poll_authorizations
  656. raise errors.AuthorizationError('Some challenges have failed.')
  657. certbot.errors.AuthorizationError: Some challenges have failed.
  658. 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