Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.18 KB

README.md

File metadata and controls

52 lines (38 loc) · 1.18 KB

The repo is work in progress!

See MAA JWT Verifier (Ubuntu_18.04 + Make)

About

Sandbox!

MAA JWT Validation Tool

Source code and readme for the tool are located in ./maa-validate-jwt

Build and Run - Ubuntu Linux

  • Get code
git clone --recursive https://github.com/olkroshk/attestation-sandbox.git
cd ./attestation-sandbox
  • Set up environment and install dependencies
./ubuntu-bootstrap-mvj.sh
  • Run maa-validate-jwt
cd ./maa-validate-jwt/out
./maa-validate-jwt ARGS 

Build and Run - Windows

git clone --recursive https://github.com/olkroshk/attestation-sandbox.git
cd .\attestation-sandbox
  • Set up environment and install dependencies
.\windows-bootstrap-mvj.ps1
  • Run maa-validate-jwt
cd .\maa-validate-jwt\out\Debug\
.\maa-validate-jwt.exe ARGS