We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c1179 commit eb34a70Copy full SHA for eb34a70
Protocols/EPP/eppConnection.php
@@ -292,6 +292,12 @@ public function disableDnssec() {
292
unset($this->responses['Metaregistrar\\EPP\\eppDnssecUpdateDomainRequest']);
293
}
294
295
+ /**
296
+ * @param string $certificatepath
297
+ * @param string | null $certificatepassword
298
+ * @param bool $selfsigned
299
+ *
300
+ */
301
public function enableCertification($certificatepath, $certificatepassword, $selfsigned = false) {
302
$this->local_cert_path = $certificatepath;
303
$this->local_cert_pwd = $certificatepassword;
0 commit comments