Skip to content

Commit 320cd4b

Browse files
Merge pull request #934 from Concordium/company-id-tool
Company ID tool
2 parents 5533683 + 54b1c73 commit 320cd4b

File tree

6 files changed

+115
-191
lines changed

6 files changed

+115
-191
lines changed

source/mainnet/net/guides/company-identities.rst

+83-190
Large diffs are not rendered by default.
Loading
Loading
Loading
79.1 KB
Loading

source/mainnet/net/installation/downloads.rst

+32-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Download the block separately to inspect it or to run a node in a custom configu
299299
Auxiliary tools
300300
===============
301301

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.
303303

304304
Encrypt/decrypt tool v1.0.0
305305
---------------------------
@@ -312,6 +312,37 @@ Encrypt/decrypt tool v1.0.0
312312

313313
For information about how to use the encrypt/decrypt tool, see :ref:`Auxiliary tools <developer-tools>`.
314314

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`.
345+
315346
.. toctree::
316347
:hidden:
317348
:maxdepth: 1

0 commit comments

Comments
 (0)