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.
Usage:
xbus-client register [flags]
Global Flags:
--account-id string Account ID
--account-name string Account Name
--config string config file (default is ./xbus-client.yaml
-d, --debug Enable debug mode
--full-version Show version and commit hash
-u, --nats-url string NATS url (default "nats://localhost:4222")
--tls.certificate string Certificate (a path or a PEM encoded cert)
--tls.csr string CSR (a path or a PEM encoded CSR)
--tls.private-key string Private key (a path or a PEM encoded key)
--trace Enable trace mode
--version Show version