public function withPrivateKey($private_key, $password = '') { $this->config->setPrivateKey($private_key); $this->config->setPrivateKeyPassword($password); return $this; }