27 lines
505 B
JSON
27 lines
505 B
JSON
{
|
|
"defaults": {
|
|
"store": {
|
|
"module": "greenlock-store-fs"
|
|
},
|
|
"challenges": {
|
|
"http-01": {
|
|
"module": "acme-http-01-standalone"
|
|
}
|
|
},
|
|
"renewOffset": "-45d",
|
|
"renewStagger": "3d",
|
|
"accountKeyType": "EC-P256",
|
|
"serverKeyType": "RSA-2048",
|
|
"subscriberEmail": "v.joszef@gmail.com"
|
|
},
|
|
"sites": [
|
|
{
|
|
"subject": "iotechnic.eu",
|
|
"altnames": [
|
|
"iotechnic.eu",
|
|
"www.iotechnic.eu"
|
|
],
|
|
"renewAt": 1
|
|
}
|
|
]
|
|
} |