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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attestation Evidence manipulation tool

Installing and configuring

To install the evcli command, do:

go install github.com/jraman567/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.1%
  • Makefile 2.1%
  • Other 0.8%