AcmePhp\Cli\Repository\RepositoryInterface::storeCertificateResponse PHP Method

storeCertificateResponse() public method

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
return void
    public function storeCertificateResponse(CertificateResponse $certificateResponse);