forked from TrueCloudLab/lego
56 lines
1 KiB
JSON
56 lines
1 KiB
JSON
{
|
|
"data": {
|
|
"name": "MYDOMAIN.ORG",
|
|
"code": 1000,
|
|
"records": [
|
|
{
|
|
"id": "abc123",
|
|
"name": "www",
|
|
"type": "CAA",
|
|
"data": "1 issue letsencrypt.org",
|
|
"aux": 0,
|
|
"ttl": 300
|
|
},
|
|
{
|
|
"id": "abc123",
|
|
"name": "www",
|
|
"type": "A",
|
|
"data": "192.64.147.249",
|
|
"aux": 0,
|
|
"ttl": 300
|
|
},
|
|
{
|
|
"id": "abc123",
|
|
"name": "*",
|
|
"type": "A",
|
|
"data": "192.64.147.249",
|
|
"aux": 0,
|
|
"ttl": 300
|
|
},
|
|
{
|
|
"id": "abc123",
|
|
"name": "",
|
|
"type": "CAA",
|
|
"data": "0 issue trust-provider.com",
|
|
"aux": 0,
|
|
"ttl": 300
|
|
},
|
|
{
|
|
"id": "abc123",
|
|
"name": "",
|
|
"type": "CAA",
|
|
"data": "1 issue letsencrypt.org",
|
|
"aux": 0,
|
|
"ttl": 300
|
|
},
|
|
{
|
|
"id": "abc123",
|
|
"name": "",
|
|
"type": "A",
|
|
"data": "192.64.147.249",
|
|
"aux": 0,
|
|
"ttl": 300
|
|
}
|
|
]
|
|
}
|
|
}
|