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