Class CertutilCa

java.lang.Object
org.graylog.security.certutil.CertutilCa
All Implemented Interfaces:
Runnable, CliCommand

@Command(name="ca", description="Manage certificate authority for data-node", groupNames="certutil") public class CertutilCa extends Object implements CliCommand
  • Field Details

    • DEFAULT_ORGANIZATION_NAME

      public static final String DEFAULT_ORGANIZATION_NAME
      See Also:
    • keystoreFilename

      @Option(name="--filename", description="Filename for the CA keystore") protected String keystoreFilename
    • PROMPT_ENTER_CA_PASSWORD

      public static final CommandLineConsole.Prompt PROMPT_ENTER_CA_PASSWORD
  • Constructor Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable