Skip to main content

Fortanix SDKMS Git sign tool

Project description

SDKMS Git Signing Tool

This is a utility for signing/verifying git commits with keys stored in Fortanix Self-Defending Key Management System. It includes commands for generating a PGP compatible key in SDKMS.

Setup

  1. In SDKMS create an App and key (RSA, EC). Take notes of:

    • App API Key
    • Key UUID
  2. In you git repository, the following configuration is needed:

git config --local gpg.program </path/to/sdkms-git-sign-tool>
git config --local user.signingkey <Key UUID>
git config --local sdkms.endpoint <SDKMS endpoint>
git config --local sdkms.apikey <SDKMS API Key>

Build Tool

$ python3 setup.py build $ sudo python3 setup.sh install OR $ sudo pip3 install .

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

sdkms-git-sign-tool-0.1.1.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

sdkms_git_sign_tool-0.1.1-py2.py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 2 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