if (options.sslOptions.certFile) {
      this._sslOptions.cert = fs.readFileSync(options.sslOptions.certFile);
      delete this._sslOptions.certFile;
    }