{
  "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
    }
  ]
}