Skip to main content

Trustpoint Client Software

Project description

Trustpoint Client
The secure user-driven onboarding utility for Trustpoint.

[!CAUTION] Trustpoint Client is currently in an early technology preview (alpha) state. Do not use it in production.

What is Trustpoint Client?

Trustpoint Client allows you to onboard devices to Trustpoint, which encompasses retrieving the trust store, and requesting and downloading a digital identity (LDevID) and its associated certificate chain. All you need is a command line interface on your device, and a recent version of python.

[!WARNING] Please only onboard devices to your network you are sure you can trust.

Installation

Method 1: Directly from Trustpoint (TBD)

Just download the package from Trustpoint during onboarding and transfer it to the device, e.g. via SCP or a USB drive.

Method 2: From GitHub

  1. Clone git repo: https://github.com/TrustPoint-Project/trustpoint-client

  2. Change into the trustpoint-client directory

    cd trustpoint-client
    
  3. Install virtual environment and required dependencies

    sudo apt install python3-venv
    python3 -m venv .venv
    source .venv/bin/activate
    pip install --upgrade pip
    pip install -r requirements.txt
    
  4. Execute program Trustpoint will generate and display the exact command for you during the onboarding process.

    Note that trustpoint_client executed below is the directory (as package), not the trustpoint_client.py file

    python3 -m trustpoint_client
    python3 -m trustpoint_client provision --otp abc --salt fgh --url xyz
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trustpoint_client-0.0.4.tar.gz (29.1 kB view hashes)

Uploaded Source

Built Distribution

trustpoint_client-0.0.4-py3-none-any.whl (42.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page