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