PHP Class Kelunik\AcmeClient\Commands\Issue

Inheritance: implements Kelunik\AcmeClient\Commands\Command
Afficher le fichier Open project: kelunik/acme-client

Méthodes publiques

Méthode Description
__construct ( League\CLImate\CLImate $climate, AcmeFactory $acmeFactory )
execute ( League\CLImate\Argument\Manager $args )
getDefinition ( )

Private Methods

Méthode Description
checkDnsRecords ( $domains )
doExecute ( League\CLImate\Argument\Manager $args )
findSuitableCombination ( stdClass $response )
solveChallenge ( AcmeService $acme, KeyPair $keyPair, $domain, $path )

Method Details

__construct() public méthode

public __construct ( League\CLImate\CLImate $climate, AcmeFactory $acmeFactory )
$climate League\CLImate\CLImate
$acmeFactory Kelunik\AcmeClient\AcmeFactory

execute() public méthode

public execute ( League\CLImate\Argument\Manager $args )
$args League\CLImate\Argument\Manager

getDefinition() public static méthode

public static getDefinition ( )