Mbed-TLS / mbedtls-docs

Version-independent documentation for Mbed TLS
Apache License 2.0
21 stars 28 forks source link

Feature/New tool: Arifact signing tool #147

Closed minosgalanakis closed 3 months ago

minosgalanakis commented 4 months ago

This pr is introducing the artifact sign tool, as discussed in the design review meeting.

It is a standalone tool serving a web-app and using gpg tool to sign and validate release tarballs.

How to test locally:

cd tools/artifact_sign
python -m vevn artf_env && artf_env/bin/activate && pip install artf_sign_requirements.txt
MBEDTLS_FW_SIGN_SERVER_IP=X.X.X.X && python artifact_sign.py
minosgalanakis commented 3 months ago

Moved to https://github.com/Mbed-TLS/mbedtls-test/pull/173