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);