Class CertutilHttp

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

@Command(name="http", description="Manage certificates for data-node", groupNames="certutil") public class CertutilHttp extends Object implements CliCommand
  • Field Details

    • DATANODE_KEY_ALIAS

      public static final String DATANODE_KEY_ALIAS
      See Also:
    • caKeystoreFilename

      @Option(name="--ca", description="Filename for the CA keystore") protected String caKeystoreFilename
    • nodeKeystoreFilename

      @Option(name="--keystore", description="Filename for the generated HTTP keystore") protected String nodeKeystoreFilename
  • Constructor Details

    • CertutilHttp

      public CertutilHttp()
    • CertutilHttp

      public CertutilHttp(String caKeystoreFilename, String nodeKeystoreFilename, CommandLineConsole console)
  • Method Details

    • run

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