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/installation/downloads.rst
+32-1
Original file line number
Diff line number
Diff line change
@@ -299,7 +299,7 @@ Download the block separately to inspect it or to run a node in a custom configu
299
299
Auxiliary tools
300
300
===============
301
301
302
-
Auxiliary tools are a collection of tools that can be used by developers to perform actions as needed.
302
+
Auxiliary tools are a collection of tools that can be used to perform actions as needed.
303
303
304
304
Encrypt/decrypt tool v1.0.0
305
305
---------------------------
@@ -312,6 +312,37 @@ Encrypt/decrypt tool v1.0.0
312
312
313
313
For information about how to use the encrypt/decrypt tool, see :ref:`Auxiliary tools <developer-tools>`.
314
314
315
+
Company identity management tool v1.0.2
316
+
---------------------------------------
317
+
318
+
Use this tool to create a company identity, request accounts using a company identity, and recover a company identity.
319
+
320
+
- `Download the Company identity management tool for Linux - Debian package <https://distribution.concordium.software/tools/linux/concordium-company-id_1.0.2_amd64.deb>`_
321
+
322
+
- Verification instructions
323
+
324
+
In a terminal:
325
+
326
+
#. Navigate to the download.
327
+
#. Paste the following into the terminal: $sha256sum concordium-company-id_1.0.2_amd64.deb
328
+
#. Verify that the output matches the SHA256 checksum ``c728dbe0b5ab950e4e705d7faceaee4b5ade615acd34b3bc6e75250acdedfaa9``.
329
+
330
+
- `Download the Company identity management tool for Linux - App image <https://distribution.concordium.software/tools/linux/concordium-company-id_1.0.2_amd64.AppImage>`_
331
+
332
+
- Verification instructions
333
+
334
+
In a terminal:
335
+
336
+
#. Navigate to the download.
337
+
#. Paste the following into the terminal: $sha256sum concordium-company-id_1.0.2_amd64.AppImage
338
+
#. Verify that the output matches the SHA256 checksum ``8b6964d827808d3a8a9244d202e3aa8cdffeb2462edf44b3e32e7b41549b710f``.
339
+
340
+
- `Download the Company identity management tool for Windows <https://distribution.concordium.software/tools/windows/signed/Concordium_Company_ID_1.0.2_x64_en-US.msi>`_
341
+
342
+
- `Download the Company identity management tool for MacOS <https://distribution.concordium.software/tools/macos/signed/concordium_company_id_1.0.2-1_x64.dmg>`_
343
+
344
+
For information about how to use the company identity management tool, see :ref:`company-identities`.
0 commit comments