Class GenerateCACommand

java.lang.Object
io.quarkus.tls.cli.GenerateCACommand
All Implemented Interfaces:
Callable<Integer>

public class GenerateCACommand extends Object implements Callable<Integer>
  • Field Details

    • install

      boolean install
    • truststore

      boolean truststore
    • renew

      boolean renew
    • LOGGER

      static System.Logger LOGGER
  • Constructor Details

    • GenerateCACommand

      public GenerateCACommand()
  • Method Details