mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
refactor: use temp file for client certificate
This commit is contained in:
@@ -44,11 +44,9 @@ final class EppClientProviderDto extends DefaultProviderDto
|
||||
])]
|
||||
public array $objURI = [];
|
||||
|
||||
#[Assert\NotBlank]
|
||||
public string $certificate_pem;
|
||||
public ?string $certificate_pem = null;
|
||||
|
||||
#[Assert\NotBlank]
|
||||
public string $certificate_key;
|
||||
public ?string $certificate_key = null;
|
||||
|
||||
public ?EppClientProviderFilesDto $files;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user