···2626}
2727```
28282929+### `cert` and `key`
3030+3131+The `cert` and `key` fields define the path to the SSL certificate and key.
3232+3333+```json
3434+{
3535+ "cert": "~/cert.pem",
3636+ "key": "~/key.pem"
3737+}
3838+```
3939+2940### `domain`
30413142The `domain` field defines the apex domain used for routing.