{
  "config": {
    "host": {
      "Unique key that identify the cert": {
        "cert": "string",
        "key": "string",
        "self": "string"
      }
    }
  },
  "state": {
    "host": {
      "Unique key that identify the cert": {
        "builtin": "string",
        "id": "string",
        "issuer": "string",
        "key_type": "string",
        "method": "string",
        "pretty": "string",
        "self": "string",
        "serial": "string",
        "subject": "string",
        "valid_from": "string",
        "valid_to": "string",
        "verified": false
      }
    }
  }
}