xbus-client register - Generate a CSR and ask Xbus for a registration.¶
Synopsis¶
Generate a Certificate Signing Request then send it over to Xbus through the unencrypted “registration” channel. This xbusctl will only be allowed to send Xbus actual commands once accepted on the Xbus side. This command also outputs the command one has to run on the Xbus side to accept the registration request.
xbus-client register [flags]
Options¶
-
--help
¶
help for register
-
--hostname
¶
the hostname your client will use when connecting to the bus
Options inherited from parent commands¶
-
--account-id
¶
Account ID
-
--account-name
¶
Account Name
-
--config
¶
config file (default is ./xbus-client.yaml
-
--debug
¶
Enable debug mode
-
--force-start
¶
Enable force start (stay up even if the server is not reachable on start)
-
--nats-timeout
¶
NATS Timeout
-
--nats-url
¶
NATS url
-
--no-reconnect
¶
Disable auto-reconnect and shutdown as soon as any connection error occurs
-
--sentry.dsn
¶
Sentry DSN
-
--tls.certificate
¶
Certificate (a path or a PEM encoded cert)
-
--tls.csr
¶
CSR (a path or a PEM encoded CSR)
-
--tls.private-key
¶
Private key (a path or a PEM encoded key)
-
--tls.timeout
¶
TLS Timeout
-
--trace
¶
Enable trace mode