Skip to content

maximian888/tam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tam

minimum tam server

Setup||Installation

git clone https://github.com/mexxwill/tam
npm install
nodejs index.js (on windows node index.js)

Create Keys

openssl genrsa -out rsa.private 4096
openssl rsa -in rsa.private -out rsa.public -pubout -outform PEM 

or use

ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub

Description

Access running tam-server with curl localhost:7777 or curl localhost:7777/tam - depending on which format you want to access the jws.

TEEP

Document Link
Introduction https://siot-hackathon.github.io/slides/teep01.pdf
OpenEnclaveSDK https://siot-hackathon.github.io/slides/teep02.pdf
TEEP Draft https://tools.ietf.org/html/draft-ietf-teep-opentrustprotocol-03

About

teep tam server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published