Skip to main content

Microchip(SPG) Trust Platform Certificate Utilities

Project description

TPDS Certificate Tools Package

TPDS Certificate Tools contains certificate support and certificate handling scripts

Instructions to generate the Signer certificates from CSRs

This package contains the required scripts and files to perform sign operation of the CSRs provided by Microchip.

  1. Installing this package and it's included scripts
    python -m pip install tpds-certificate-tools
  1. Extract the CSRs zip file provided by Microchip Provisioning Services. Use this path as --in-path

  2. Create a folder to store the generated signer certificates. Use this path as --out-path

  3. Provide the signer CA key to sign the CSRs as --cakey.

  4. Use the signer.crt available in this package as --cacert.

    Following is the example command for reference

        python sign_csr.py --in-path test_csrs --out-path test_csrs_out --cakey signer_ca.key --cacert signer.crt
    
  5. This should generate signers signed by signer_ca in --out-path folder. Zip this folder and share to Microchip Provisioning Services along with Provisioning package generated on TPDS Configurator.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

tpds_certificate_tools-1.0.2-py3-none-any.whl (17.1 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