gamelet-cli
Version:
Download project from code.gamelet.com, edit/test in vscode and sync back to server.
26 lines • 511 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": "haskasu@gmail.com"
},
"sites": [
{
"subject": "ms.gamelet.online",
"altnames": [
"ms.gamelet.online"
],
"renewAt": 1
}
]
}