My domain is: inswalst.com
I ran this command: sudo certbot renew --dry-run
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/inswalst.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Simulating renewal of an existing certificate for inswalst.com and www.inswalst.com
Waiting 60 seconds for DNS changes to propagate
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Congratulations, all simulated renewals succeeded:
/etc/letsencrypt/live/inswalst.com/fullchain.pem (success)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
The contents of /var/log/letsencrypt/letsencrypt.log:
2024-05-06 11:04:25,212:DEBUG:urllib3.connectionpool:http://localhost:None "GET /v2/connections?snap=certbot&interface=content HTTP/1.1" 200 1515
2024-05-06 11:04:25,453:DEBUG:certbot._internal.main:certbot version: 2.10.0
2024-05-06 11:04:25,454:DEBUG:certbot._internal.main:Location of certbot entry point: /snap/certbot/3700/bin/certbot
2024-05-06 11:04:25,454:DEBUG:certbot._internal.main:Arguments: ['--dry-run', '--preconfigured-renewal']
2024-05-06 11:04:25,454:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#dns-cloudflare,PluginEntryPoint#manual,PluginEntryPoint#ng>
2024-05-06 11:04:25,471:DEBUG:certbot._internal.log:Root logging level set at 30
2024-05-06 11:04:25,472:DEBUG:certbot._internal.display.obj:Notifying user: Processing /etc/letsencrypt/renewal/inswalst.com.conf
2024-05-06 11:04:25,473:DEBUG:certbot.configuration:Var server=https://acme-staging-v02.api.letsencrypt.org/directory (set by user).
2024-05-06 11:04:25,474:DEBUG:certbot.configuration:Var account=None (set by user).
2024-05-06 11:04:25,474:DEBUG:certbot._internal.plugins.selection:Requested authenticator None and installer None
2024-05-06 11:04:25,509:DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): r3.o.lencr.org:80
2024-05-06 11:04:25,763:DEBUG:urllib3.connectionpool:http://r3.o.lencr.org:80 "POST / HTTP/1.1" 200 503
2024-05-06 11:04:25,764:DEBUG:certbot.ocsp:OCSP response for certificate /etc/letsencrypt/archive/inswalst.com/cert1.pem is signed by the certificate's issuer.
2024-05-06 11:04:25,765:DEBUG:certbot.ocsp:OCSP certificate status for /etc/letsencrypt/archive/inswalst.com/cert1.pem is: OCSPCertStatus.GOOD
2024-05-06 11:04:25,768:INFO:certbot._internal.renewal:Certificate not due for renewal, but simulating renewal for dry run
2024-05-06 11:04:25,768:DEBUG:certbot._internal.plugins.selection:Requested authenticator dns-cloudflare and installer None
2024-05-06 11:04:25,768: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: Authenticator, Plugin
Entry point: EntryPoint(name='dns-cloudflare', value='certbot_dns_cloudflare._internal.dns_cloudflare:Authenticator', group='certbot.plugins')
Initialized: <certbot_dns_cloudflare._internal.dns_cloudflare.Authenticator object at 0x76d2f79d1ee0>
Prep: True
2024-05-06 11:04:25,769:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot_dns_cloudflare._internal.dns_cloudflare.Authenticator object at 0x76d2f79d1ee0> and instal>
2024-05-06 11:04:25,769:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator dns-cloudflare, Installer None
2024-05-06 11:04:25,832:DEBUG:certbot._internal.main:Picked account: <Account(RegistrationResource(body=Registration(key=None, contact=(), agreement=None, status=None, terms_of_service_agr>
2024-05-06 11:04:25,833:DEBUG:acme.client:Sending GET request to https://acme-staging-v02.api.letsencrypt.org/directory.
2024-05-06 11:04:25,835:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org:443
2024-05-06 11:04:26,420:DEBUG:urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 821
2024-05-06 11:04:26,420:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Mon, 06 May 2024 11:04:26 GMT
Content-Type: application/json
Content-Length: 821
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"O_0nG66JWX0": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417",
"keyChange": "https://acme-staging-v02.api.letsencrypt.org/acme/key-change",
"meta": {
"caaIdentities": [
"letsencrypt.org"
],
],
"termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.4-April-3-2024.pdf",
"website": "https://letsencrypt.org/docs/staging-environment/"
},
"newAccount": "https://acme-staging-v02.api.letsencrypt.org/acme/new-acct",
"newNonce": "https://acme-staging-v02.api.letsencrypt.org/acme/new-nonce",
"newOrder": "https://acme-staging-v02.api.letsencrypt.org/acme/new-order",
"renewalInfo": "https://acme-staging-v02.api.letsencrypt.org/draft-ietf-acme-ari-02/renewalInfo/",
"revokeCert": "https://acme-staging-v02.api.letsencrypt.org/acme/revoke-cert"
}
2024-05-06 11:04:26,422:DEBUG:certbot._internal.display.obj:Notifying user: Simulating renewal of an existing certificate for inswalst.com and www.inswalst.com
2024-05-06 11:04:26,433:DEBUG:acme.client:Requesting fresh nonce
2024-05-06 11:04:26,433:DEBUG:acme.client:Sending HEAD request to https://acme-staging-v02.api.letsencrypt.org/acme/new-nonce.
2024-05-06 11:04:26,627:DEBUG:urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0
2024-05-06 11:04:26,627:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Mon, 06 May 2024 11:04:26 GMT
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-staging-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: jgUJiQ7oQu7EBTD-AePjIoH3owM7yAZu2SM6K4gVhjfPcR8brXU
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
2024-05-06 11:04:26,627:DEBUG:acme.client:Storing nonce: jgUJiQ7oQu7EBTD-AePjIoH3owM7yAZu2SM6K4gVhjfPcR8brXU
2024-05-06 11:04:26,628:DEBUG:acme.client:JWS payload:
b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "inswalst.com"\n },\n {\n "type": "dns",\n "value": "www.inswalst.com"\n }\n ]\n}'
2024-05-06 11:04:26,642:DEBUG:acme.client:Sending POST request to https://acme-staging-v02.api.letsencrypt.org/acme/new-order:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS1zdGFnaW5nLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8xNDU5NjY3NTQiLCAibm9uY2UiOiAiamdVSmlRN29RdTdFQlRELUFlUGpJb0gzb3dN>
"signature": "Jmb-NHjmjGn-pAUGSoPH-u1okdvFoVrLOdLJ0xw52ChW4A_1IjPT1lldSU59THxqAvSl9_Qh4jD9Tg-qY14rzHB0yYxl3lra_REhyV5r1L_sLSXYof8EeHmRw-7iYt2Qpi92-rcqVQflkndk-UamGuMco7XOIMKz6iGpwaXMaUge>
"payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogImluc3dhbHN0LmNvbSIKICAgIH0sCiAgICB7CiAgICAgICJ0eXBlIjogImRucyIsCiAgICAgICJ2YWx1ZSI6ICJ3d3>
}
2024-05-06 11:04:26,889:DEBUG:urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 495
2024-05-06 11:04:26,890:DEBUG:acme.client:Received response:
HTTP 201
Server: nginx
Date: Mon, 06 May 2024 11:04:26 GMT
Content-Type: application/json
Content-Length: 495
Connection: keep-alive
Boulder-Requester: 145966754
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-staging-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-staging-v02.api.letsencrypt.org/acme/order/145966754/16347415204
Replay-Nonce: RfQos41_sIOjEScNlOuzGgHBUWoXkUWKqHmka-hTuOstVlHNq6o
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"status": "ready",
"expires": "2024-05-13T11:04:26Z",
"identifiers": [
{
"type": "dns",
"value": "inswalst.com"
},
{
"type": "dns",
"value": "www.inswalst.com"
}
],
"authorizations": [
"https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/12260934534",
"https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/12260934544"
],
"finalize": "https://acme-staging-v02.api.letsencrypt.org/acme/finalize/145966754/16347415204"
}
2024-05-06 11:04:26,890:DEBUG:acme.client:Storing nonce: RfQos41_sIOjEScNlOuzGgHBUWoXkUWKqHmka-hTuOstVlHNq6o
2024-05-06 11:04:26,890:DEBUG:acme.client:JWS payload:
b''
2024-05-06 11:04:26,891:DEBUG:acme.client:Sending POST request to https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/12260934534:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS1zdGFnaW5nLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8xNDU5NjY3NTQiLCAibm9uY2UiOiAiUmZRb3M0MV9zSU9qRVNjTmxPdXpHZ0hCVVdv>
"signature": "Hmbri1h10jRfwor1rFmefHtFbjLFGSCMXnJwgboe0lSlnSatlSQWnmpTDl42_0xsIabsugiMtWHxmU_rQbIsKeRg0csK9ITKcAgJjb1gZGYwFRgaRdtmlJ3FMjK9iOnbnMl_6N7ZgQeHpoMf_JK5krKm1TSkyKQ0b44OTgzHQN0F>
"payload": ""
}
2024-05-06 11:04:27,091:DEBUG:urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/12260934534 HTTP/1.1" 200 579
2024-05-06 11:04:27,092:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Mon, 06 May 2024 11:04:26 GMT
Content-Type: application/json
Content-Length: 579
Connection: keep-alive
Boulder-Requester: 145966754
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-staging-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: RfQos41_HehF5LtUO4wr_Xk4t8et3H-5caHbZpdWGBU2GPENpjA
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "inswalst.com"
},
"status": "valid",
"expires": "2024-06-05T09:47:08Z",
"challenges": [
{
"type": "dns-01",
"status": "valid",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12260934534/LsES6g",
"token": "ATXY1_dTw0YV-jvmzFKlqAIYYj2qo6gUkezNER6nHFY",
"validationRecord": [
{
"hostname": "inswalst.com",
"resolverAddrs": [
"10.0.32.84:23899"
]
}
],
"validated": "2024-05-06T09:46:58Z"
}
]
}
2024-05-06 11:04:27,092:DEBUG:acme.client:Storing nonce: RfQos41_HehF5LtUO4wr_Xk4t8et3H-5caHbZpdWGBU2GPENpjA
2024-05-06 11:04:27,093:DEBUG:acme.client:JWS payload:
b''
2024-05-06 11:04:27,094:DEBUG:acme.client:Sending POST request to https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/12260934544:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS1zdGFnaW5nLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8xNDU5NjY3NTQiLCAibm9uY2UiOiAiUmZRb3M0MV9IZWhGNUx0VU80d3JfWGs0dDhl>
"signature": "V6QKLpG52exKE9BvqBYbMJa4HKq2pQTD9KI9ycJkb7SUX5_nNJ5h1f37eU34wd2WmwCNTMZ5Y-s9yAz3nxQOWZ2F2lcP-xA9cH2zJV4KmLz6IweYgGfvtS7gz8OznGCq5HX_ZB8kGUcsE_mhLFK56FuD9toOJkNV1Xet6YwHUbkb>
"payload": ""
}
2024-05-06 11:04:27,293:DEBUG:urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/12260934544 HTTP/1.1" 200 587
2024-05-06 11:04:27,294:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Mon, 06 May 2024 11:04:27 GMT
Content-Type: application/json
Content-Length: 587
Connection: keep-alive
Boulder-Requester: 145966754
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-staging-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: RfQos41_g4u-jG0o1-k1oIkaExBTuiTAAkf482HMAnNGun0CVzk
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "www.inswalst.com"
},
"status": "valid",
"expires": "2024-06-05T09:47:08Z",
"challenges": [
{
"type": "dns-01",
"status": "valid",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12260934544/K24XDQ",
"token": "o8dLNgsUrd8Xn_NJe_d7J5aPFepocNn3sH8b5Nq_GrE",
"validationRecord": [
{
"hostname": "www.inswalst.com",
"resolverAddrs": [
"10.0.32.82:23095"
]
}
],
"validated": "2024-05-06T09:46:58Z"
}
]
}
2024-05-06 11:04:27,294:DEBUG:acme.client:Storing nonce: RfQos41_g4u-jG0o1-k1oIkaExBTuiTAAkf482HMAnNGun0CVzk
2024-05-06 11:04:27,295:DEBUG:acme.client:JWS payload:
b'{\n "status": "deactivated"\n}'
2024-05-06 11:04:27,296:DEBUG:acme.client:Sending POST request to https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/12260934534:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS1zdGFnaW5nLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8xNDU5NjY3NTQiLCAibm9uY2UiOiAiUmZRb3M0MV9nNHUtakcwbzEtazFvSWthRXhC>
"signature": "rr8GMc6HCFTSp5T1xWEbxO4Q9XBX-_BTNxRSFKEA1BMlwrnBEydVldgfDZ8cfy1Af4xTAV7puzNyStSBBEKSr8aDKrsrM_9r4nFVUzVohJ1UDNlTScby_LqvSdo-i2mGH_d4_GPU29tomhQDyNILltAzeaufgfofQE5v55T1O99W>
"payload": "ewogICJzdGF0dXMiOiAiZGVhY3RpdmF0ZWQiCn0"
}
2024-05-06 11:04:27,503:DEBUG:urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/12260934534 HTTP/1.1" 200 585
2024-05-06 11:04:27,504:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Mon, 06 May 2024 11:04:27 GMT
Content-Type: application/json
Content-Length: 585
Connection: keep-alive
Boulder-Requester: 145966754
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-staging-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: RfQos41_IzhEeRSINh-6Di2Ad-lv2fuTI052d4cjzgcnRQkWnfs
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "inswalst.com"
},
"status": "deactivated",
"expires": "2024-06-05T09:47:08Z",
"challenges": [
{
"type": "dns-01",
"status": "valid",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12260934534/LsES6g",
"token": "ATXY1_dTw0YV-jvmzFKlqAIYYj2qo6gUkezNER6nHFY",
"validationRecord": [
{
"hostname": "inswalst.com",
"resolverAddrs": [
"10.0.32.84:23899"
]
}
],
"validated": "2024-05-06T09:46:58Z"
}
]
}
2024-05-06 11:04:27,504:DEBUG:acme.client:Storing nonce: RfQos41_IzhEeRSINh-6Di2Ad-lv2fuTI052d4cjzgcnRQkWnfs
2024-05-06 11:04:27,504:DEBUG:acme.client:JWS payload:
b'{\n "status": "deactivated"\n}'
2024-05-06 11:04:27,505:DEBUG:acme.client:Sending POST request to https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/12260934544:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS1zdGFnaW5nLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8xNDU5NjY3NTQiLCAibm9uY2UiOiAiUmZRb3M0MV9JemhFZVJTSU5oLTZEaTJBZC1s>
"signature": "LxRm2DVsFAP3ySSB9EQhhphtutE_UwuvtKEX6lCbPYpvMGF-i6dZ_LARA_RQRPNqzI55ymWgft5de5VzRBNFrn4xR9908Cz1p0MWYF8GetzEQV9f831xONF23XvggLTIf9XoRqCoOpUMElXsO1QPRZeu5thf7g0Ye3gzyqQObViL>
"payload": "ewogICJzdGF0dXMiOiAiZGVhY3RpdmF0ZWQiCn0"
}
2024-05-06 11:04:27,710:DEBUG:urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/12260934544 HTTP/1.1" 200 593
2024-05-06 11:04:27,711:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Mon, 06 May 2024 11:04:27 GMT
Content-Type: application/json
Content-Length: 593
Connection: keep-alive
Boulder-Requester: 145966754
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-staging-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: RfQos41_9EW2_gU3rxPG-RGcXCoV_h0cUlaet6TwBUGgDb4DmxM
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "www.inswalst.com"
},
"status": "deactivated",
"expires": "2024-06-05T09:47:08Z",
"challenges": [
{
"type": "dns-01",
"status": "valid",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12260934544/K24XDQ",
"token": "o8dLNgsUrd8Xn_NJe_d7J5aPFepocNn3sH8b5Nq_GrE",
"validationRecord": [
{
"hostname": "www.inswalst.com",
"resolverAddrs": [
"10.0.32.82:23095"
]
}
],
"validated": "2024-05-06T09:46:58Z"
}
]
}
2024-05-06 11:04:27,711:DEBUG:acme.client:Storing nonce: RfQos41_9EW2_gU3rxPG-RGcXCoV_h0cUlaet6TwBUGgDb4DmxM
2024-05-06 11:04:27,711:DEBUG:certbot._internal.client:Recreating order after authz deactivations
2024-05-06 11:04:27,712:DEBUG:acme.client:JWS payload:
b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "inswalst.com"\n },\n {\n "type": "dns",\n "value": "www.inswalst.com"\n }\n ]\n}'
2024-05-06 11:04:27,713:DEBUG:acme.client:Sending POST request to https://acme-staging-v02.api.letsencrypt.org/acme/new-order:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS1zdGFnaW5nLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8xNDU5NjY3NTQiLCAibm9uY2UiOiAiUmZRb3M0MV85RVcyX2dVM3J4UEctUkdjWENv>
"signature": "eYvXpIFbYm8KUqq6vJmhHEIbEto3-SxFxZ0dHNGPOxdl6XZJbFpXdDaKxMe5v7VqyU5UjgCysKL6KQ2LJGciKoA5MnZ9MhtQBn8K8mlRlwjuyK9VQMaJJWth9QhHamgGZAuofs1Vf2MocqBUmLjZGyhnXAKzv-StubU5RdrHbSpc>
"payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogImluc3dhbHN0LmNvbSIKICAgIH0sCiAgICB7CiAgICAgICJ0eXBlIjogImRucyIsCiAgICAgICJ2YWx1ZSI6ICJ3d3>
}
2024-05-06 11:04:27,966:DEBUG:urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 497
2024-05-06 11:04:27,966:DEBUG:acme.client:Received response:
HTTP 201
Server: nginx
Date: Mon, 06 May 2024 11:04:27 GMT
Content-Type: application/json
Content-Length: 497
Connection: keep-alive
Boulder-Requester: 145966754
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-staging-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-staging-v02.api.letsencrypt.org/acme/order/145966754/16347415494
Replay-Nonce: RfQos41_sumiC-_9KNGkDuZGfCwbJ-Zw9wlm_IxjQp4pe-_O0pk
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"status": "pending",
"expires": "2024-05-13T11:04:27Z",
"identifiers": [
{
"type": "dns",
"value": "inswalst.com"
},
{
"type": "dns",
"value": "www.inswalst.com"
}
],
"authorizations": [
"https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/12261530734",
"https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/12261530744"
],
"finalize": "https://acme-staging-v02.api.letsencrypt.org/acme/finalize/145966754/16347415494"
}
2024-05-06 11:04:27,966:DEBUG:acme.client:Storing nonce: RfQos41_sumiC-_9KNGkDuZGfCwbJ-Zw9wlm_IxjQp4pe-_O0pk
2024-05-06 11:04:27,967:DEBUG:acme.client:JWS payload:
b''
2024-05-06 11:04:27,968:DEBUG:acme.client:Sending POST request to https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/12261530734:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS1zdGFnaW5nLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8xNDU5NjY3NTQiLCAibm9uY2UiOiAiUmZRb3M0MV9zdW1pQy1fOUtOR2tEdVpHZkN3>
"signature": "pO09C70fOebtFATb5pudzI_K9RuOKuiqvWb73lENjFpWwyGtjuM166p0a3lIBpaoGl6ArXnVK-MNosCj0RNZhiRDFvfpl1VBEzbXGssHrmcD1HkBOPuAYX6QtpHjG0rois8f_Y6NHO8NsKEOjwVYgOB5Gol1674QW4SL7tXYuaVu>
"payload": ""
}
2024-05-06 11:04:28,166:DEBUG:urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/12261530734 HTTP/1.1" 200 817
2024-05-06 11:04:28,166:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Mon, 06 May 2024 11:04:28 GMT
Content-Type: application/json
Content-Length: 817
Connection: keep-alive
Boulder-Requester: 145966754
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-staging-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: RfQos41_-ZPBKHlIdGmxp6iASKWVzpa5bxi2X7e45X2etpjKKOw
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "inswalst.com"
},
"status": "pending",
"expires": "2024-05-13T11:04:27Z",
"challenges": [
{
"type": "http-01",
"status": "pending",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530734/2m08jQ",
"token": "9tFaVmTn2hdhdU2G5qQWvWuXsKJObwVMOKUjbhAFnjI"
},
{
"type": "dns-01",
"status": "pending",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530734/Bv3JDQ",
"token": "9tFaVmTn2hdhdU2G5qQWvWuXsKJObwVMOKUjbhAFnjI"
},
{
"type": "tls-alpn-01",
"status": "pending",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530734/lCIJyQ",
"token": "9tFaVmTn2hdhdU2G5qQWvWuXsKJObwVMOKUjbhAFnjI"
}
]
}
2024-05-06 11:04:28,166:DEBUG:acme.client:Storing nonce: RfQos41_-ZPBKHlIdGmxp6iASKWVzpa5bxi2X7e45X2etpjKKOw
2024-05-06 11:04:28,167:DEBUG:acme.client:JWS payload:
b''
2024-05-06 11:04:28,168:DEBUG:acme.client:Sending POST request to https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/12261530744:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS1zdGFnaW5nLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8xNDU5NjY3NTQiLCAibm9uY2UiOiAiUmZRb3M0MV8tWlBCS0hsSWRHbXhwNmlBU0tX>
"signature": "bZlYIzBT7rh1iZhZm_YmXsOCG8kAgJ3K7Yfx4EKXNrFidK7DWnMkwAvMJe67isj43BxJAh_8gA0menhg2Bm6n5f6Wc0t9dxERgvFG0eTQXVQNpF1ss8NPT0z4VMUVv9vWHvnZNroCHwIUVZ1sgsGtPUxBa-MKREQINbeJm108sso>
"payload": ""
}
2024-05-06 11:04:28,370:DEBUG:urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/12261530744 HTTP/1.1" 200 821
2024-05-06 11:04:28,370:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Mon, 06 May 2024 11:04:28 GMT
Content-Type: application/json
Content-Length: 821
Connection: keep-alive
Boulder-Requester: 145966754
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-staging-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: RfQos41_98y8VejQ8XaYiw_s-rtutRG14skOen2gMvI-BqHxshg
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "www.inswalst.com"
},
"status": "pending",
"expires": "2024-05-13T11:04:27Z",
"challenges": [
{
"type": "http-01",
"status": "pending",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530744/PVwgCQ",
"token": "VHiPGucL9pVVAAC3jt7S4HaBiv3JZbB8wLNKDufp9DA"
},
{
"type": "dns-01",
"status": "pending",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530744/5IBXng",
"token": "VHiPGucL9pVVAAC3jt7S4HaBiv3JZbB8wLNKDufp9DA"
},
{
"type": "tls-alpn-01",
"status": "pending",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530744/iw_cCg",
"token": "VHiPGucL9pVVAAC3jt7S4HaBiv3JZbB8wLNKDufp9DA"
}
]
}
2024-05-06 11:04:28,370:DEBUG:acme.client:Storing nonce: RfQos41_98y8VejQ8XaYiw_s-rtutRG14skOen2gMvI-BqHxshg
2024-05-06 11:04:28,371:INFO:certbot._internal.auth_handler:Performing the following challenges:
2024-05-06 11:04:28,371:INFO:certbot._internal.auth_handler:dns-01 challenge for inswalst.com
2024-05-06 11:04:28,371:INFO:certbot._internal.auth_handler:dns-01 challenge for www.inswalst.com
2024-05-06 11:04:28,381:DEBUG:urllib3.util.retry:Converted retries value: 5 -> Retry(total=5, connect=None, read=None, redirect=None, status=None)
2024-05-06 11:04:28,383:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.cloudflare.com:443
2024-05-06 11:04:29,411:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "GET /client/v4/zones?name=inswalst.com&per_page=1 HTTP/1.1" 200 None
2024-05-06 11:04:29,419:DEBUG:certbot_dns_cloudflare._internal.dns_cloudflare:Found zone_id of 4c5083deeada922f4992e8ba4dfa7a21 for inswalst.com using name inswalst.com
2024-05-06 11:04:29,419:DEBUG:certbot_dns_cloudflare._internal.dns_cloudflare:Attempting to add record to zone 4c5083deeada922f4992e8ba4dfa7a21: {'type': 'TXT', 'name': '_acme-challenge.in>
2024-05-06 11:04:30,247:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "POST /client/v4/zones/4c5083deeada922f4992e8ba4dfa7a21/dns_records HTTP/1.1" 200 None
2024-05-06 11:04:30,951:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "GET /client/v4/zones/4c5083deeada922f4992e8ba4dfa7a21/dns_records?type=TXT&name=_acme-challenge.inswals>
2024-05-06 11:04:30,951:DEBUG:certbot_dns_cloudflare._internal.dns_cloudflare:Successfully added TXT record with record_id: 23a00819e0ec20257ea6e1e5290708d5
2024-05-06 11:04:30,959:DEBUG:urllib3.util.retry:Converted retries value: 5 -> Retry(total=5, connect=None, read=None, redirect=None, status=None)
2024-05-06 11:04:30,960:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.cloudflare.com:443
2024-05-06 11:04:32,077:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "GET /client/v4/zones?name=www.inswalst.com&per_page=1 HTTP/1.1" 200 None
2024-05-06 11:04:33,108:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "GET /client/v4/zones?name=inswalst.com&per_page=1 HTTP/1.1" 200 None
2024-05-06 11:04:33,108:DEBUG:certbot_dns_cloudflare._internal.dns_cloudflare:Found zone_id of 4c5083deeada922f4992e8ba4dfa7a21 for www.inswalst.com using name inswalst.com
2024-05-06 11:04:33,109:DEBUG:certbot_dns_cloudflare._internal.dns_cloudflare:Attempting to add record to zone 4c5083deeada922f4992e8ba4dfa7a21: {'type': 'TXT', 'name': '_acme-challenge.ww>
2024-05-06 11:04:33,842:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "POST /client/v4/zones/4c5083deeada922f4992e8ba4dfa7a21/dns_records HTTP/1.1" 200 None
2024-05-06 11:04:34,577:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "GET /client/v4/zones/4c5083deeada922f4992e8ba4dfa7a21/dns_records?type=TXT&name=_acme-challenge.www.ins>
2024-05-06 11:04:34,577:DEBUG:certbot_dns_cloudflare._internal.dns_cloudflare:Successfully added TXT record with record_id: 47652d09d43715c5e62c64c3bc2f1345
2024-05-06 11:04:34,579:DEBUG:certbot._internal.display.obj:Notifying user: Waiting 60 seconds for DNS changes to propagate
2024-05-06 11:05:34,638:DEBUG:acme.client:JWS payload:
b'{}'
2024-05-06 11:05:34,639:DEBUG:acme.client:Sending POST request to https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530734/Bv3JDQ:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS1zdGFnaW5nLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8xNDU5NjY3NTQiLCAibm9uY2UiOiAiUmZRb3M0MV85OHk4VmVqUThYYVlpd19zLXJ0>
"signature": "RvHu-NhJKzVZRf9kb9_hm1RWm0KcChtoRqye5-73FWNVIO3qKiQTs2hYcDSp4lgfek14RX0_UfEsUutGvdIrBJRgTE_tZ5ofd5FizaojSLdV98e7yUgDWBiOSgxqBsp6d7Nlw8pvVl-waVbNBoHVijrbVgAcDGVBcGy8-at3UQse>
"payload": "e30"
}
2024-05-06 11:05:34,843:DEBUG:urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "POST /acme/chall-v3/12261530734/Bv3JDQ HTTP/1.1" 200 193
2024-05-06 11:05:34,843:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Mon, 06 May 2024 11:05:34 GMT
Content-Type: application/json
Content-Length: 193
Connection: keep-alive
Boulder-Requester: 145966754
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-staging-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/12261530734>;rel="up"
Location: https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530734/Bv3JDQ
Replay-Nonce: jgUJiQ7odvFgHWQDt3ejcC4Z7ki0zvmaQn5qYp8xeeK5rol23gA
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"type": "dns-01",
"status": "pending",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530734/Bv3JDQ",
"token": "9tFaVmTn2hdhdU2G5qQWvWuXsKJObwVMOKUjbhAFnjI"
}
2024-05-06 11:05:34,844:DEBUG:acme.client:Storing nonce: jgUJiQ7odvFgHWQDt3ejcC4Z7ki0zvmaQn5qYp8xeeK5rol23gA
2024-05-06 11:05:34,844:DEBUG:acme.client:JWS payload:
b'{}'
2024-05-06 11:05:34,845:DEBUG:acme.client:Sending POST request to https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530744/5IBXng:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS1zdGFnaW5nLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8xNDU5NjY3NTQiLCAibm9uY2UiOiAiamdVSmlRN29kdkZnSFdRRHQzZWpjQzRaN2tp>
"signature": "o-h6QpM-Vl4cVD4RbpCrfF20Wrw2vjtxwgWR_YpafHGPeVYO_o-DR1HgMAUyRMwGiis_y8FRisEaId5EQtO2415_IHvh1sr-3IceK5Wqf8TOdFpm61lH2CJWfBuSG_FuTWRzlwGjx70JIyEZYSGoWMqI3LVNQXUnhxkF4k4OBAhl>
"payload": "e30"
}
2024-05-06 11:05:35,048:DEBUG:urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "POST /acme/chall-v3/12261530744/5IBXng HTTP/1.1" 200 193
2024-05-06 11:05:35,049:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Mon, 06 May 2024 11:05:34 GMT
Content-Type: application/json
Content-Length: 193
Connection: keep-alive
Boulder-Requester: 145966754
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-staging-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/12261530744>;rel="up"
Location: https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530744/5IBXng
Replay-Nonce: RfQos41_9GMBTUZt-eGVFoF7tTUyGusBmNZ4IH29fOG1ZSuFw88
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"type": "dns-01",
"status": "pending",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530744/5IBXng",
"token": "VHiPGucL9pVVAAC3jt7S4HaBiv3JZbB8wLNKDufp9DA"
}
2024-05-06 11:05:35,049:DEBUG:acme.client:Storing nonce: RfQos41_9GMBTUZt-eGVFoF7tTUyGusBmNZ4IH29fOG1ZSuFw88
2024-05-06 11:05:35,049:INFO:certbot._internal.auth_handler:Waiting for verification...
2024-05-06 11:05:36,051:DEBUG:acme.client:JWS payload:
b''
2024-05-06 11:05:36,052:DEBUG:acme.client:Sending POST request to https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/12261530734:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS1zdGFnaW5nLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8xNDU5NjY3NTQiLCAibm9uY2UiOiAiUmZRb3M0MV85R01CVFVadC1lR1ZGb0Y3dFRV>
"signature": "WbCrNtI0yP7frfeDmGUeYULhOsrT1ZoYQoWFcPY9na6FBg6X04u4pSS20fu4dzcjqQ305MeqTw4T_vxxc10QPk4VIuhaMMPB-nvR7QQDEsTqzFb73WHlfy1VD6IzbWhJkKqEQtB60rVaw8xwn0TeNuffr_bf0rNv2coXSW_zhpTE>
"payload": ""
}
2024-05-06 11:05:36,250:DEBUG:urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/12261530734 HTTP/1.1" 200 817
2024-05-06 11:05:36,250:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Mon, 06 May 2024 11:05:36 GMT
Content-Type: application/json
Content-Length: 817
Connection: keep-alive
Boulder-Requester: 145966754
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-staging-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: jgUJiQ7oBACF0FK2hib0Y0MjVxd_tcOayZ4vGHLlv57eeQxPUr4
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "inswalst.com"
},
"status": "pending",
"expires": "2024-05-13T11:04:27Z",
"challenges": [
{
"type": "http-01",
"status": "pending",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530734/2m08jQ",
"token": "9tFaVmTn2hdhdU2G5qQWvWuXsKJObwVMOKUjbhAFnjI"
},
{
"type": "dns-01",
"status": "pending",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530734/Bv3JDQ",
"token": "9tFaVmTn2hdhdU2G5qQWvWuXsKJObwVMOKUjbhAFnjI"
},
{
"type": "tls-alpn-01",
"status": "pending",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530734/lCIJyQ",
"token": "9tFaVmTn2hdhdU2G5qQWvWuXsKJObwVMOKUjbhAFnjI"
}
]
}
2024-05-06 11:05:36,250:DEBUG:acme.client:Storing nonce: jgUJiQ7oBACF0FK2hib0Y0MjVxd_tcOayZ4vGHLlv57eeQxPUr4
2024-05-06 11:05:36,251:DEBUG:acme.client:JWS payload:
b''
2024-05-06 11:05:36,252:DEBUG:acme.client:Sending POST request to https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/12261530744:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS1zdGFnaW5nLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8xNDU5NjY3NTQiLCAibm9uY2UiOiAiamdVSmlRN29CQUNGMEZLMmhpYjBZME1qVnhk>
"signature": "To_359kMQtsm-JKS1oLDRuc6xG5pjqikCwt5SJ09M4W3SpudQ6JBUZxh7ThUCP8taX8J7Aux0X-0PSMJZT-fD57xNwSpNZPuEsUu2L1SJOXK90T-OCQ6HBGfT4coj0Z0NY5jBwSu2OXaoOiYRZ1f9pdIaU10tBcm2UiiS6U9uRTM>
"payload": ""
}
2024-05-06 11:05:36,450:DEBUG:urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/12261530744 HTTP/1.1" 200 587
2024-05-06 11:05:36,451:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Mon, 06 May 2024 11:05:36 GMT
Content-Type: application/json
Content-Length: 587
Connection: keep-alive
Boulder-Requester: 145966754
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-staging-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: RfQos41_r8kVeVMCPZC2YnlDYJjnHM6SxxkSimzYSX7cb9T7JaA
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "www.inswalst.com"
},
"status": "valid",
"expires": "2024-06-05T11:05:35Z",
"challenges": [
{
"type": "dns-01",
"status": "valid",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530744/5IBXng",
"token": "VHiPGucL9pVVAAC3jt7S4HaBiv3JZbB8wLNKDufp9DA",
"validationRecord": [
{
"hostname": "www.inswalst.com",
"resolverAddrs": [
"10.0.32.82:23095"
]
}
],
"validated": "2024-05-06T11:05:34Z"
}
]
}
2024-05-06 11:05:36,451:DEBUG:acme.client:Storing nonce: RfQos41_r8kVeVMCPZC2YnlDYJjnHM6SxxkSimzYSX7cb9T7JaA
2024-05-06 11:05:39,452:DEBUG:acme.client:JWS payload:
b''
2024-05-06 11:05:39,453:DEBUG:acme.client:Sending POST request to https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/12261530734:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS1zdGFnaW5nLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8xNDU5NjY3NTQiLCAibm9uY2UiOiAiUmZRb3M0MV9yOGtWZVZNQ1BaQzJZbmxEWUpq>
"signature": "iJLCE4Bw872aIBxXSORlJ3PQ8PZFiZvUNsAnI_hDCi_7S5fc7KFOXbqmzBn5pPPI5QRM3dy9cu09LOIQhlQwAJ7Q783u4yaLEinxH0P9yCKxzXVPK0k5sQSs-K4C5lXYZ1i1QP7X2QzUMupaCW9HYqNxeA6fX2BqTJpYd1L5Z1fR>
"payload": ""
}
2024-05-06 11:05:39,654:DEBUG:urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/12261530734 HTTP/1.1" 200 817
2024-05-06 11:05:39,656:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Mon, 06 May 2024 11:05:39 GMT
Content-Type: application/json
Content-Length: 817
Connection: keep-alive
Boulder-Requester: 145966754
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-staging-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: RfQos41_lfNg-VzPk1WWS06AfXHjubtvnNjsNYAyhpxPpI_2zHw
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "inswalst.com"
},
"status": "pending",
"expires": "2024-05-13T11:04:27Z",
"challenges": [
{
"type": "http-01",
"status": "pending",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530734/2m08jQ",
"token": "9tFaVmTn2hdhdU2G5qQWvWuXsKJObwVMOKUjbhAFnjI"
},
{
"type": "dns-01",
"status": "pending",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530734/Bv3JDQ",
"token": "9tFaVmTn2hdhdU2G5qQWvWuXsKJObwVMOKUjbhAFnjI"
},
{
"type": "tls-alpn-01",
"status": "pending",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530734/lCIJyQ",
"token": "9tFaVmTn2hdhdU2G5qQWvWuXsKJObwVMOKUjbhAFnjI"
}
]
}
2024-05-06 11:05:39,656:DEBUG:acme.client:Storing nonce: RfQos41_lfNg-VzPk1WWS06AfXHjubtvnNjsNYAyhpxPpI_2zHw
2024-05-06 11:05:42,658:DEBUG:acme.client:JWS payload:
b''
2024-05-06 11:05:42,659:DEBUG:acme.client:Sending POST request to https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/12261530734:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS1zdGFnaW5nLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8xNDU5NjY3NTQiLCAibm9uY2UiOiAiUmZRb3M0MV9sZk5nLVZ6UGsxV1dTMDZBZlhI>
"signature": "dx7uPROKlKjyyUm0V-kFkftRniDRYUXeD3oalcNJ4VFMJaKdV_xhCueygQ5naO9lFR3iKlKYBcl5UJ7DnKKqd3tWzlyw4zkQUJZXzX6p2q9hvmTeOMbEaIf8o4e3Oh5jCdeNpAGmA8IGLM5gQv3LvCzVpGU04Zo--MlKhsCruZrr>
"payload": ""
}
2024-05-06 11:05:42,859:DEBUG:urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/12261530734 HTTP/1.1" 200 817
2024-05-06 11:05:42,859:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Mon, 06 May 2024 11:05:42 GMT
Content-Type: application/json
Content-Length: 817
Connection: keep-alive
Boulder-Requester: 145966754
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-staging-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: jgUJiQ7oS43m-ERgvH-e1q8gfAOP1cuIn-0FEno1S91d-GzoIZA
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "inswalst.com"
},
"status": "pending",
"expires": "2024-05-13T11:04:27Z",
"challenges": [
{
"type": "http-01",
"status": "pending",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530734/2m08jQ",
"token": "9tFaVmTn2hdhdU2G5qQWvWuXsKJObwVMOKUjbhAFnjI"
},
{
"type": "dns-01",
"status": "pending",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530734/Bv3JDQ",
"token": "9tFaVmTn2hdhdU2G5qQWvWuXsKJObwVMOKUjbhAFnjI"
},
{
"type": "tls-alpn-01",
"status": "pending",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530734/lCIJyQ",
"token": "9tFaVmTn2hdhdU2G5qQWvWuXsKJObwVMOKUjbhAFnjI"
}
]
}
2024-05-06 11:05:42,860:DEBUG:acme.client:Storing nonce: jgUJiQ7oS43m-ERgvH-e1q8gfAOP1cuIn-0FEno1S91d-GzoIZA
2024-05-06 11:05:45,863:DEBUG:acme.client:JWS payload:
b''
2024-05-06 11:05:45,865:DEBUG:acme.client:Sending POST request to https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/12261530734:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS1zdGFnaW5nLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8xNDU5NjY3NTQiLCAibm9uY2UiOiAiamdVSmlRN29TNDNtLUVSZ3ZILWUxcThnZkFP>
"signature": "cad_UgtevDTHkUainAuhLyrXAS4P32nWyG-sHOaqJMp2nU9v-at23P29y9KTee3pkz6d-eYmMtv4aidyPskGO8EdlmiJzzpYaUxMmWHEtsVW6HlnLMxPb1Q_DFItKqEU455tcCb-3t7yPAXXzsvgcGA2p84Y--6C5Er89xN7K4Aj>
"payload": ""
}
2024-05-06 11:05:46,063:DEBUG:urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/12261530734 HTTP/1.1" 200 579
2024-05-06 11:05:46,064:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Mon, 06 May 2024 11:05:45 GMT
Content-Type: application/json
Content-Length: 579
Connection: keep-alive
Boulder-Requester: 145966754
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-staging-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: RfQos41_h09ziT4hX50Bd1q3QPJwpZ7oZS-tuhv5_J3W_Tr0Nt4
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "inswalst.com"
},
"status": "valid",
"expires": "2024-06-05T11:05:44Z",
"challenges": [
{
"type": "dns-01",
"status": "valid",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/12261530734/Bv3JDQ",
"token": "9tFaVmTn2hdhdU2G5qQWvWuXsKJObwVMOKUjbhAFnjI",
"validationRecord": [
{
"hostname": "inswalst.com",
"resolverAddrs": [
"10.0.32.88:27567"
]
}
],
"validated": "2024-05-06T11:05:34Z"
}
]
}
2024-05-06 11:05:46,064:DEBUG:acme.client:Storing nonce: RfQos41_h09ziT4hX50Bd1q3QPJwpZ7oZS-tuhv5_J3W_Tr0Nt4
2024-05-06 11:05:46,064:DEBUG:certbot._internal.error_handler:Calling registered functions
2024-05-06 11:05:46,065:INFO:certbot._internal.auth_handler:Cleaning up challenges
2024-05-06 11:05:46,070:DEBUG:urllib3.util.retry:Converted retries value: 5 -> Retry(total=5, connect=None, read=None, redirect=None, status=None)
2024-05-06 11:05:46,071:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.cloudflare.com:443
2024-05-06 11:05:47,071:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "GET /client/v4/zones?name=inswalst.com&per_page=1 HTTP/1.1" 200 None
2024-05-06 11:05:47,072:DEBUG:certbot_dns_cloudflare._internal.dns_cloudflare:Found zone_id of 4c5083deeada922f4992e8ba4dfa7a21 for inswalst.com using name inswalst.com
2024-05-06 11:05:47,833:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "GET /client/v4/zones/4c5083deeada922f4992e8ba4dfa7a21/dns_records?type=TXT&name=_acme-challenge.inswals>
2024-05-06 11:05:48,589:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "DELETE /client/v4/zones/4c5083deeada922f4992e8ba4dfa7a21/dns_records/23a00819e0ec20257ea6e1e5290708d5 H>
2024-05-06 11:05:48,589:DEBUG:certbot_dns_cloudflare._internal.dns_cloudflare:Successfully deleted TXT record.
2024-05-06 11:05:48,596:DEBUG:urllib3.util.retry:Converted retries value: 5 -> Retry(total=5, connect=None, read=None, redirect=None, status=None)
2024-05-06 11:05:48,598:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.cloudflare.com:443
2024-05-06 11:05:49,696:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "GET /client/v4/zones?name=www.inswalst.com&per_page=1 HTTP/1.1" 200 None
2024-05-06 11:05:50,866:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "GET /client/v4/zones?name=inswalst.com&per_page=1 HTTP/1.1" 200 None
2024-05-06 11:05:50,867:DEBUG:certbot_dns_cloudflare._internal.dns_cloudflare:Found zone_id of 4c5083deeada922f4992e8ba4dfa7a21 for www.inswalst.com using name inswalst.com
2024-05-06 11:05:51,665:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "GET /client/v4/zones/4c5083deeada922f4992e8ba4dfa7a21/dns_records?type=TXT&name=_acme-challenge.www.ins>
2024-05-06 11:05:52,374:DEBUG:urllib3.connectionpool:https://api.cloudflare.com:443 "DELETE /client/v4/zones/4c5083deeada922f4992e8ba4dfa7a21/dns_records/47652d09d43715c5e62c64c3bc2f1345 H>
2024-05-06 11:05:52,375:DEBUG:certbot_dns_cloudflare._internal.dns_cloudflare:Successfully deleted TXT record.
2024-05-06 11:05:52,384:DEBUG:certbot._internal.client:CSR: CSR(file=None, data=b'-----BEGIN CERTIFICATE REQUEST-----\nMIH4MIGeAgEAMAAwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAAQggugkrrPU6REz\n1CB>
2024-05-06 11:05:52,384:DEBUG:certbot._internal.client:Will poll for certificate issuance until 2024-05-06 11:07:22.384570
2024-05-06 11:05:52,385:DEBUG:acme.client:JWS payload:
b'{\n "csr": "MIH4MIGeAgEAMAAwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAAQggugkrrPU6REz1CB_I1BQXcscVlZkm5PJUcu1w6HPB0AuMgw8wTWWnPNEdT8h8sFtTOL_TwSTo3S1ZJTT1ax7oDwwOgYJKoZIhvcNAQkOMS0wKzApBgNVHREEI>
2024-05-06 11:05:52,386:DEBUG:acme.client:Sending POST request to https://acme-staging-v02.api.letsencrypt.org/acme/finalize/145966754/16347415494:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS1zdGFnaW5nLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8xNDU5NjY3NTQiLCAibm9uY2UiOiAiUmZRb3M0MV9oMDl6aVQ0aFg1MEJkMXEzUVBK>
"signature": "rMpEnCUM4I4zvo00lw-6qugwwOMYw8b8PS-Z2B3SDUTO47oR-GZT_JrCSLxxnvTkYBmIi8PfWCrRQez0hv7GYYX38RPZBCdXkXS79llG3sFyzLAWnPdJau3pNBvGuGz6z0apkIvVCjCEY47xeLY-d6iEwuZZTViVTeNXL3_WgmZ8>
"payload": "ewogICJjc3IiOiAiTUlINE1JR2VBZ0VBTUFBd1dUQVRCZ2NxaGtqT1BRSUJCZ2dxaGtqT1BRTUJCd05DQUFRZ2d1Z2tyclBVNlJFejFDQl9JMUJRWGNzY1ZsWmttNVBKVWN1MXc2SFBCMEF1TWd3OHdUV1duUE5FZFQ4aDhzRnRUT0>
}
2024-05-06 11:05:52,606:DEBUG:urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "POST /acme/finalize/145966754/16347415494 HTTP/1.1" 200 500
2024-05-06 11:05:52,606:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Mon, 06 May 2024 11:05:52 GMT
Content-Type: application/json
Content-Length: 500
Connection: keep-alive
Boulder-Requester: 145966754
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-staging-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-staging-v02.api.letsencrypt.org/acme/order/145966754/16347415494
Replay-Nonce: jgUJiQ7oiRLG3BcDGp-7nJKQAeOpKr8wAukDaujPCQKQ4IcrOok
Retry-After: 3
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"status": "processing",
"expires": "2024-05-13T11:04:27Z",
"identifiers": [
{
"type": "dns",
"value": "inswalst.com"
},
{
"type": "dns",
"value": "www.inswalst.com"
}
],
"authorizations": [
"https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/12261530734",
"https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/12261530744"
],
"finalize": "https://acme-staging-v02.api.letsencrypt.org/acme/finalize/145966754/16347415494"
}
2024-05-06 11:05:52,606:DEBUG:acme.client:Storing nonce: jgUJiQ7oiRLG3BcDGp-7nJKQAeOpKr8wAukDaujPCQKQ4IcrOok
2024-05-06 11:05:53,608:DEBUG:acme.client:JWS payload:
b''
2024-05-06 11:05:53,610:DEBUG:acme.client:Sending POST request to https://acme-staging-v02.api.letsencrypt.org/acme/order/145966754/16347415494:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS1zdGFnaW5nLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8xNDU5NjY3NTQiLCAibm9uY2UiOiAiamdVSmlRN29pUkxHM0JjREdwLTduSktRQWVP>
"signature": "cLzPYxNLgoqP8YTYRZKE8F0kjMMW16Wu1wHuNJEhyciswOrBq64XnH_CacdGSi6utfDsx06wBuiIK1skYtizvYbXNw33EDprs7e_QSMTCJhuD82slWQN3UGOAg9_IN6VamHrQ39wChUJoPpZOWIcknnIqigv9p4_FGLZLOXycP7R>
"payload": ""
}
2024-05-06 11:05:53,811:DEBUG:urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "POST /acme/order/145966754/16347415494 HTTP/1.1" 200 607
2024-05-06 11:05:53,812:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Mon, 06 May 2024 11:05:53 GMT
Content-Type: application/json
Content-Length: 607
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-staging-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: jgUJiQ7oePo1eBbXd4qM3e433sS77LtsLVBbc-OSULKJxtiGThM
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"status": "valid",
"expires": "2024-05-13T11:04:27Z",
"identifiers": [
{
"type": "dns",
"value": "inswalst.com"
},
{
"type": "dns",
"value": "www.inswalst.com"
}
],
"authorizations": [
"https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/12261530734",
"https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/12261530744"
],
"finalize": "https://acme-staging-v02.api.letsencrypt.org/acme/finalize/145966754/16347415494",
"certificate": "https://acme-staging-v02.api.letsencrypt.org/acme/cert/2b9f9cd30b06637c729a75059dd9417d3015"
}
2024-05-06 11:05:53,812:DEBUG:acme.client:Storing nonce: jgUJiQ7oePo1eBbXd4qM3e433sS77LtsLVBbc-OSULKJxtiGThM
2024-05-06 11:05:53,812:DEBUG:acme.client:JWS payload:
b''
2024-05-06 11:05:53,813:DEBUG:acme.client:Sending POST request to https://acme-staging-v02.api.letsencrypt.org/acme/cert/2b9f9cd30b06637c729a75059dd9417d3015:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS1zdGFnaW5nLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC8xNDU5NjY3NTQiLCAibm9uY2UiOiAiamdVSmlRN29lUG8xZUJiWGQ0cU0zZTQzM3NT>
"signature": "hr2uWcWBWoVltMQWENGFcoZXprSL8WX4Pf8jVxq6yo09k__YfyC7FvrA5mo4Wri9ti7xPR0PNBkcRA96U6HHryI0JQXGjV7DKAngdBzDpE-ymm9_3CsADuLv4WhSb2-238VHGSuHzkDwJ7UxUrl1ODjKCPheoUeweKMGXZMwImpB>
"payload": ""
}
2024-05-06 11:05:54,014:DEBUG:urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "POST /acme/cert/2b9f9cd30b06637c729a75059dd9417d3015 HTTP/1.1" 200 3006
2024-05-06 11:05:54,014:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Mon, 06 May 2024 11:05:53 GMT
Content-Type: application/pem-certificate-chain
Content-Length: 3006
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-staging-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-staging-v02.api.letsencrypt.org/acme/cert/2b9f9cd30b06637c729a75059dd9417d3015/1>;rel="alternate"
Replay-Nonce: jgUJiQ7o0joZlH-a_CcJkV92YQurUOTCK34Dsu7z6sxwCdjjkv8
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
-----BEGIN CERTIFICATE-----
MIIDuzCCA0GgAwIBAgISK5+c0wsGY3xymnUFndlBfTAVMAoGCCqGSM49BAMDMFMx
CzAJBgNVBAYTAlVTMSAwHgYDVQQKExcoU1RBR0lORykgTGV0J3MgRW5jcnlwdDEi
MCAGA1UEAxMZKFNUQUdJTkcpIEZhbHNlIEZlbm5lbCBFNjAeFw0yNDA1MDYxMDA1
NTJaFw0yNDA4MDQxMDA1NTFaMBcxFTATBgNVBAMTDGluc3dhbHN0LmNvbTBZMBMG
ByqGSM49AgEGCCqGSM49AwEHA0IABCCC6CSus9TpETPUIH8jUFBdyxxWVmSbk8lR
y7XDoc8HQC4yDDzBNZac80R1PyHywW1M4v9PBJOjdLVklNPVrHujggIvMIICKzAO
BgNVHQ8BAf8EBAMCB4AwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwG
A1UdEwEB/wQCMAAwHQYDVR0OBBYEFAUMFaaHyHVqEBIEfk3BptOaq6tBMB8GA1Ud
IwQYMBaAFKF0GgZtULeGLUoswX60jYhJbM0WMF0GCCsGAQUFBwEBBFEwTzAlBggr
BgEFBQcwAYYZaHR0cDovL3N0Zy1lNi5vLmxlbmNyLm9yZzAmBggrBgEFBQcwAoYa
aHR0cDovL3N0Zy1lNi5pLmxlbmNyLm9yZy8wKQYDVR0RBCIwIIIMaW5zd2Fsc3Qu
Y29tghB3d3cuaW5zd2Fsc3QuY29tMBMGA1UdIAQMMAowCAYGZ4EMAQIBMIIBCwYK
KwYBBAHWeQIEAgSB/ASB+QD3AHUAsMyD5aX5fWuvfAnMKEkEhyrH6IsTLGNQt8b9
JuFsbHcAAAGPTZTcvAAABAMARjBEAiAOAf8xxk+ydqdkTp0tXwkJaBTVeeUj6SvG
XCrMxOysdQIgafyV5akkniLpznWz1NIbehvuZbFM6NiFIbaft26An34AfgATFSlv
+g5mrbsaAoIeQIiaOVHP+uiM91qm8w3gRM6ozQAAAY9NlN6rAAgAAAUAGnjxiwQD
AEcwRQIgX5h4GggYmQTO0O4nqYuvB9ZqZpC+c/+G/uKOFD/PmhUCIQCaU9uXBEGb
lLw8jDGiPrw3Vlv4r/6iQqW720EmczhSNjAKBggqhkjOPQQDAwNoADBlAjEAm9ir
uHkM/azgEGRIb7tvS/7y0vdqzVMM7T3uiKi1/asa4QpC53bRjrNda2N+9cCKAjBJ
9/UjEnLgDbY3aKnxl5pbY1efmv0Qzcwv++N8LBxI8w5UWYreXKNpTZ5GSHIeAK4=
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIIElzCCAn+gAwIBAgIQJtklZLQLsngwp0DD4clbajANBgkqhkiG9w0BAQsFADBm
MQswCQYDVQQGEwJVUzEzMDEGA1UEChMqKFNUQUdJTkcpIEludGVybmV0IFNlY3Vy
aXR5IFJlc2VhcmNoIEdyb3VwMSIwIAYDVQQDExkoU1RBR0lORykgUHJldGVuZCBQ
ZWFyIFgxMB4XDTI0MDMxMzAwMDAwMFoXDTI3MDMxMjIzNTk1OVowUzELMAkGA1UE
BhMCVVMxIDAeBgNVBAoTFyhTVEFHSU5HKSBMZXQncyBFbmNyeXB0MSIwIAYDVQQD
ExkoU1RBR0lORykgRmFsc2UgRmVubmVsIEU2MHYwEAYHKoZIzj0CAQYFK4EEACID
YgAE7mIshEAbfnZhXHmCLThagBq8wNKY84YkUynY83vBo8FGIFdBQ7xQV3NrPkhi
dMXyW4aQcADxF/skAnZAsvnjxR+oCnYZAtBXgeE+WFA6FE7/fr/ecbTglsAgp59e
ADZDo4IBADCB/TAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0lBBYwFAYIKwYBBQUHAwIG
CCsGAQUFBwMBMBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFKF0GgZtULeG
LUoswX60jYhJbM0WMB8GA1UdIwQYMBaAFLXzZfL+sAqSH/s8ffNEoKxjJcMUMDYG
CCsGAQUFBwEBBCowKDAmBggrBgEFBQcwAoYaaHR0cDovL3N0Zy14MS5pLmxlbmNy
LUoswX60jYhJbM0WMB8GA1UdIwQYMBaAFLXzZfL+sAqSH/s8ffNEoKxjJcMUMDYG
CCsGAQUFBwEBBCowKDAmBggrBgEFBQcwAoYaaHR0cDovL3N0Zy14MS5pLmxlbmNy
Lm9yZy8wEwYDVR0gBAwwCjAIBgZngQwBAgEwKwYDVR0fBCQwIjAgoB6gHIYaaHR0
cDovL3N0Zy14MS5jLmxlbmNyLm9yZy8wDQYJKoZIhvcNAQELBQADggIBAFGjOrc+
GlZYCuxNKS9u+4l6pDux++Cg3FX3hR0QhCZPKORxnua9dJlles5NBcIf5W1Y2OW7
1El+oq+0cCS39bqfG3d+9sRbqnLlqB9xysRfpGPmY2IRQ4YFurIzurFw/TshoGGw
L74VtBgmxeO1fhP8OWJfnMB3EILdz6hxEqbQtCmU/2ejQTQEK6cQtBj33a+MUI7i
YnRP+OTL1M81tmZRkUWY7WItMGDPIabhXfHqvqYXh0huxqUDls0VjC52xpiK6e2F
+ZxouwmBwQlxSL9pJWMvhRGJdFCIBulQPm/0tbt2seBxkFKWIYmouDh+28swkTSl
f8mV0KGmEVmPka5CQkgSg4btNHUoZ1xwt++f4N12AapSfPDYVyJ69c9fw+kbFTFa
9G1keN75SIJovWWhy4XUEcGkInDM4GyyEff1kpeEeZaOQZe2UojnptfmqLf0qDj6
n02ABUdDiHhQT7Za634b0pxKAPXW2pSFflrGZc2e+pKpIG4ui/80uq8AGybeHda1
Dl7iS2Msv4wpBii4j1Qs8gXAb7yI9ozS2weCmu5oqDN4SnYZBYoirT8seUia62aw
XMVzkkQUsjRQz2oqQsTUZxtDuIU0VCNYPY0UgeSLjdzo+cUIbaoO6M8rAK42tq/1
jJ+0RltUFPHxLXxi0LIAV0tFJxEJVUbpv7Nt
-----END CERTIFICATE-----
2024-05-06 11:05:54,015:DEBUG:acme.client:Storing nonce: jgUJiQ7o0joZlH-a_CcJkV92YQurUOTCK34Dsu7z6sxwCdjjkv8
2024-05-06 11:05:54,015:DEBUG:certbot._internal.renewal:Dry run: skipping updating lineage at /etc/letsencrypt/live/inswalst.com
2024-05-06 11:05:54,042:DEBUG:certbot._internal.updater:Skipping updaters in dry-run mode.
2024-05-06 11:05:54,042:DEBUG:certbot._internal.display.obj:Notifying user:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2024-05-06 11:05:54,043:DEBUG:certbot._internal.display.obj:Notifying user: Congratulations, all simulated renewals succeeded:
2024-05-06 11:05:54,043:DEBUG:certbot._internal.display.obj:Notifying user: /etc/letsencrypt/live/inswalst.com/fullchain.pem (success)
2024-05-06 11:05:54,043:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2024-05-06 11:05:54,043:DEBUG:certbot._internal.renewal:no renewal failures
My web server is (include version): nginx/1.18.0 (Ubuntu)
The operating system my web server runs on is (include version): Ubuntu 22.04.4 LTS
My hosting provider, if applicable, is: Amazon EC2
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): Cloudflare
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 2.10.0
Warning message checked by https://check-your-website.server-daten.de/?q=inswalst.com:
Warning: Not existing ACME-file, but Server sends 200, not 404 or redirect. May be a problem creating a Letsencrypt certificate. Checking /.well-known/acme-challenge/random-filename - a http status 404 - Not Found - is expected. If your server sends content and a http status 200, the validation file (87 bytes, token, dot and the hash of the public part of the account key) may be invisible, so Letsencrypt can't validate your domain. If it is an application that sends this content, perhaps create an exception, so /.well-known/acme-challenge sends raw files. Or create a redirect to another domain and / or port 443, but your Letsencrypt client must support such a solution. Certbot: Use webroot as authenticator - User Guide — Certbot 2.12.0.dev0 documentation Trouble creating a certificate? Use https://community.letsencrypt.org/ to ask.
How to solve it?