NodeJS Javascript APIs to:
- Fetch certificates from Attestation Server, sign
and pass it to the caller. The caller application
pass this cert token to the server using HTTP header:
x-spartan-auth-token:
- APIs used by server side to validate the cert token
passed by the client in HTTP header
TODO: Better documentation