xbus-client-reset-cert

command
v0.0.0-...-e652847 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2020 License: MIT Imports: 4 Imported by: 0

README

Xbus client reset cert
======================

Tooling for reseting a client certificate in pre-beta.14 versions.

Steps
-----

For each account, run the following steps:

#. Edit and run the following SQL query directly on the database:

   .. code-block:: sql

       UPDATE account
           SET status = 'pending',
               cert = ''
           WHERE
               name = '<YOUR ACCOUNT NAME>';

#. On the client side, run the program ``xbus-client-reset-cert``:

   .. code-block:: bash

       xbus-client-reset-cert path/to/xbus-client.yaml  # or xbusctl.yaml

#. Use xbusctl to re-accept the client account:

   .. code-block:: bash

       xbusctl account accept '<YOUR ACCOUNT NAME>' --cert-expire 5y

#. On the client side, install the new certificate:

   .. code-block:: bash

       xbus-client register

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL