mirror of
https://github.com/go-acme/lego.git
synced 2025-01-11 06:10:00 +02:00
21 lines
303 B
JSON
21 lines
303 B
JSON
[
|
|
{
|
|
"id": "123456789abcd",
|
|
"name": "example.com.",
|
|
"type": "SOA",
|
|
"ttl": 1800
|
|
},
|
|
{
|
|
"id": "123456789abcde",
|
|
"name": "example.com.",
|
|
"type": "NS",
|
|
"ttl": 3600
|
|
},
|
|
{
|
|
"id": "123456789abcdf",
|
|
"name": "example.com.",
|
|
"type": "CNAME",
|
|
"ttl": 3600
|
|
}
|
|
]
|