AcmePhp\Cli\Repository\RepositoryInterface::storeCertificateResponse PHP Метод

storeCertificateResponse() публичный Метод

This method will use the distinguished name common name as a domain to store: - the key pair - the certificate request - the certificate
public storeCertificateResponse ( CertificateResponse $certificateResponse ) : void
$certificateResponse AcmePhp\Ssl\CertificateResponse
Результат void
    public function storeCertificateResponse(CertificateResponse $certificateResponse);