Skip to content
forked from veraison/evcli

CLI for handling attestation evidence

License

Notifications You must be signed in to change notification settings

jraman567/evcli

 
 

Repository files navigation

Attestation Evidence manipulation tool

Installing and configuring

To install the evcli command, do:

go install github.com/veraison/evcli/v2@latest

To configure auto-completion, use the completion subcommand. For example, if bash is your shell, you would do something like:

evcli completion bash > ~/.bash_completion.d/evcli
. ~/.bash_completion

If instead you are using zsh managed via ohmyzsh:

evcli completion zsh > ~/.oh-my-zsh/completions/_evcli
. ~/.zshrc

For more help on completion:

evcli completion --help

PSA attestation tokens manipulation

For working with PSA attestation tokens follow the instructions given here

CCA attestation tokens manipulation

For working with CCA attestation tokens follow the instructions given here

About

CLI for handling attestation evidence

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.3%
  • Makefile 1.9%
  • Other 0.8%