From 6a4ee19f963f376bed8245ede124c3142b39c3aa Mon Sep 17 00:00:00 2001 From: Thomas Fossati Date: Thu, 27 Oct 2022 19:52:16 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0960ed2..4d9afad 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,9 @@ [![cover ≥90.0%](https://github.com/veraison/ar4si/actions/workflows/ci-go-cover.yml/badge.svg?branch=main)](https://github.com/veraison/ar4si/actions/workflows/ci-go-cover.yml) The `ar4si` package provides a golang API for working with EAR (EAT Attesation Result), an EAT/JWT serialisation of the [Attestation Result for Secure Interactions (AR4SI)](https://datatracker.ietf.org/doc/draft-ietf-rats-ar4si/) information model. + +A command line interface utility ([`arc`](arc/README.md)) is also provided to create, verify and display EAR attestation result payloads. To install it: + +```sh +go install github.com/veraison/ar4si/arc@latest +```