CertCommand constructor

CertCommand()

Creates the cert command group.

Implementation

CertCommand() {
  addSubcommand(CertGenCommand());
}