Skip to content

Company ID tool #934

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
95fb7dc
Company ID tool
dg-concordium Nov 23, 2023
252f969
Merge branch 'main' into company-id-tool
dg-concordium Nov 23, 2023
d341ace
Fix lint error
dg-concordium Nov 23, 2023
8b3f0c1
Merge branch 'company-id-tool' of https://github.com/Concordium/conco…
dg-concordium Nov 23, 2023
7f85caa
Fix image sizes and placement
dg-concordium Nov 23, 2023
36d394c
Update source/mainnet/net/guides/company-identities.rst
dg-concordium Nov 24, 2023
443eff8
Update source/mainnet/net/guides/company-identities.rst
dg-concordium Nov 24, 2023
7cb21c8
Update source/mainnet/net/guides/company-identities.rst
dg-concordium Nov 24, 2023
6926a11
Update source/mainnet/net/installation/downloads.rst
dg-concordium Nov 24, 2023
6533269
Update source/mainnet/net/installation/downloads.rst
dg-concordium Nov 24, 2023
04a79be
Update source/mainnet/net/installation/downloads.rst
dg-concordium Nov 24, 2023
a3b949e
Update source/mainnet/net/guides/company-identities.rst
dg-concordium Nov 24, 2023
98e058c
Update source/mainnet/net/guides/company-identities.rst
dg-concordium Nov 24, 2023
70fdf6e
Address review comments
dg-concordium Nov 24, 2023
4beffc7
Merge branch 'company-id-tool' of https://github.com/Concordium/conco…
dg-concordium Nov 24, 2023
f30e91b
Finish addressing review comments
dg-concordium Nov 24, 2023
2d797a7
Merge branch 'main' into company-id-tool
dg-concordium Nov 24, 2023
a113e60
Address review comments
dg-concordium Nov 24, 2023
54b1c73
Merge branch 'company-id-tool' of https://github.com/Concordium/conco…
dg-concordium Nov 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
267 changes: 81 additions & 186 deletions source/mainnet/net/guides/company-identities.rst

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/mainnet/net/images/company-id-recover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/mainnet/net/images/company-id-request.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 32 additions & 1 deletion source/mainnet/net/installation/downloads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ Download the block separately to inspect it or to run a node in a custom configu
Auxiliary tools
===============

Auxiliary tools are a collection of tools that can be used by developers to perform actions as needed.
Auxiliary tools are a collection of tools that can be used to perform actions as needed.

Encrypt/decrypt tool v1.0.0
---------------------------
Expand All @@ -312,6 +312,37 @@ Encrypt/decrypt tool v1.0.0

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

Company identity management tool v1.0.2
---------------------------------------

Use this tool to create a company identity, request accounts using a company identity, and recover a company identity.

- `Download the Company identity management tool for Linux - Debian package <https://distribution.concordium.software/tools/linux/concordium-company-id_1.0.2_amd64.deb>`_

- Verification instructions

In a terminal:

#. Navigate to the download.
#. Paste the following into the terminal: $sha256sum concordium-company-id_1.0.2_amd64.deb
#. Verify that the output matches the SHA256 checksum ``c728dbe0b5ab950e4e705d7faceaee4b5ade615acd34b3bc6e75250acdedfaa9``.

- `Download the Company identity management tool for Linux - App image <https://distribution.concordium.software/tools/linux/concordium-company-id_1.0.2_amd64.AppImage>`_

- Verification instructions

In a terminal:

#. Navigate to the download.
#. Paste the following into the terminal: $sha256sum concordium-company-id_1.0.2_amd64.AppImage
#. Verify that the output matches the SHA256 checksum ``8b6964d827808d3a8a9244d202e3aa8cdffeb2462edf44b3e32e7b41549b710f``.

- `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>`_

- `Download the Company identity management tool for MacOS <https://distribution.concordium.software/tools/macos/signed/concordium_company_id_1.0.2-1_x64.dmg>`_

For information about how to use the company identity management tool, see :ref:`company-identities`.

.. toctree::
:hidden:
:maxdepth: 1
Expand Down