if (_.has(options, 'server.sslCA') && _.isString(options.server.sslCA)) {
      // create buffer of this file
      options.server.sslCA = [
        fs.readFileSync(path.normalize(process.cwd() + '/' + options.server.sslCA))
      ];