Skip to main content Link Search Menu Expand Document (external link)

powerctl create acmeaccount

Create ACME account

powerctl create acmeaccount [flags]

Examples

  powerctl create acmeaccount --agree-terms-of-service --contacts mailto:john.doe@example.com --acmeserver 42   Create ACME account within ACME server

Options

      --acmeserver string        ACME Server
      --agree-terms-of-service   Terms of Service agreed
      --contacts string          Contact URLs (e.g. mailto:contact@example.com) (seperated by ",")
  -h, --help                     help for acmeaccount

Options inherited from parent commands

      --addr string                   GRPC address of API server
      --auth-token string             Authentication token
      --ca-file string                Certificate authority file
      --config string                 config file (default is $HOME/.powerctl/config.yaml)
      --insecure                      Use insecure communication
      --insecure-skip-tls-verify      Accepts any certificate presented by the server and any host name in that certificate
  -o, --output string                 Output format (default "table")
      --server-name-override string   It will override the virtual host name of authority
  -v, --verbose                       Verbose output

SEE ALSO