klnodekb/greenlock.d/config.json

27 lines
502 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
}
]
}