Closed minosgalanakis closed 3 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
Moved to https://github.com/Mbed-TLS/mbedtls-test/pull/173
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: