{
  "auth": {
    "type": "ssl",
    "keyFile": "cert/server.key",
    "certFile": "cert/server.crt",
    "caFile": "cert/ca.crt",
    "passphrase": "shoal"
  },
  "adminAuth": {
    "type": "basic",
    "username": "admin",
    "password": "shoal"
  }
}