You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/mainnet/net/guides/company-identities.rst
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ After obtaining the ``id-object.json`` identity object from the identity provide
65
65
66
66
.. dropdown:: Format of the key files
67
67
68
-
Both initial account keys and subsequent account keys are stored in JSON files. The unencrypted data is a JSON record with a number of fields. For sending transactions the fields that are relevant are:
68
+
Both initial account keys and subsequent account keys are stored in JSON files. The unencrypted data is a JSON record with a number of fields. This is the same format as exported by the other Concordium wallets (except Desktop Wallet). For sending transactions the fields that are relevant are:
69
69
70
70
- ``accountKeys`` contains the account keys. It has the following format:
71
71
@@ -116,11 +116,9 @@ However, if the ``account-keys.json`` file is not encrypted it can be imported i
where the ``--name`` option is optional, and if given, will name the account according to the given value ("my-account" in the example above).
122
-
123
-
If the account-keys.json file is encrypted then it must first be decrypted. This can be done with the :ref:`utils tool<downloads-auxiliary-tools>`.
121
+
``--name`` is mandatory and will name the account according to the given value ("my-account" in the example above).
124
122
125
123
The initial account keys cannot be directly imported into ``concordium-client``.
126
124
@@ -139,7 +137,7 @@ If the identity object used to create credentials is lost, it can be recovered f
139
137
140
138
#. Enter your seedphrase in the Enter seedphrase field. And click **Find identities**.
141
139
142
-
#. You see a list of accounts associated with the seedphrase. It is possible to save the account keys that can be ussed to interact with the account on the chain. Indices that are to the left of the account address are pointing to the identity index, being the first value and the account index being the second value (0,0). In the Identities to recover drop-down, select the identity you want to recover. There will always be one additional index on the list for selection to be sure that request can be generated for more than one identity. This is mainly useful in cases where first identity object was lost or unused to create accounts. Click **Generate recovery request**. The command outputs the ``recovery-request.json`` file. The request should be sent to the identity provider through a trusted channel. Store the auxiliary output securely. When the request has been verified successfully, you will receive an email with an identity object. Store this file securely as you need it to create accounts on the chain.
140
+
#. You see a list of accounts associated with the seedphrase. It is possible to save the account keys that can be ussed to interact with the account on the chain. Indices that are to the left of the account address are pointing to the identity index, being the first value and the account index being the second value (0,0). In the Identities to recover drop-down, select the identity you want to recover. There will always be one additional index on the list for selection to be sure that request can be generated for more than one identity. This is mainly useful in cases where first identity object was lost or unused to create accounts. Click **Generate recovery request**. The command outputs the ``recovery-request.json`` file. The request should be sent to the identity provider through a trusted channel. When the request has been verified successfully, you will receive an email with an identity object. Store this file securely as you need it to create accounts on the chain.
143
141
144
142
.. image:: ../images/company-id-recover.png
145
143
:alt:company id tool screen showing identities related to seedphrase and option to select
@@ -148,4 +146,4 @@ If the identity object used to create credentials is lost, it can be recovered f
148
146
149
147
- For Testnet requests: Send the file to [email protected] with the subject line "Recover company identity".
150
148
151
-
When the recovery request has been verified successfully, you will receive an email with the identity object file named ``id-object.json`` that you lost. Store this file securely as you need it to create accounts and regenerate account keys.
149
+
When the recovery request has been verified successfully, you will receive an email with the identity object file named ``id-object.json`` that you lost. Store this file securely as you need it to create accounts.
0 commit comments