Method |
Description |
|
configure ( ) |
Configure the command options. |
|
confirmOverwrite ( $input, $output, $outputFile ) : boolean |
Check if outputfile already exists,
if so, ask the user confirmation to overwrite. |
|
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void |
Execute the command. |
|
getCertificateChain ( string $certificateFile, Symfony\Component\Console\Output\OutputInterface $output ) : string |
Get a string with the contents of the given certificatefile and it's entire trust chain. |
|
guardAgainstInvalidInput ( $certificateFile ) |
Validate the inputfile. |
|