Skip to content

Commit eb34a70

Browse files
committed
Added support for certificatefile without password
1 parent 59c1179 commit eb34a70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Protocols/EPP/eppConnection.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,12 @@ public function disableDnssec() {
292292
unset($this->responses['Metaregistrar\\EPP\\eppDnssecUpdateDomainRequest']);
293293
}
294294

295+
/**
296+
* @param string $certificatepath
297+
* @param string | null $certificatepassword
298+
* @param bool $selfsigned
299+
*
300+
*/
295301
public function enableCertification($certificatepath, $certificatepassword, $selfsigned = false) {
296302
$this->local_cert_path = $certificatepath;
297303
$this->local_cert_pwd = $certificatepassword;

0 commit comments

Comments
 (0)