@peculiar/attestation-cli
v2.0.0
Published
A CLI utility for verifying attestation data in various formats, supporting multiple attestation providers and offering a range of commands to interact with attestation files and certificates.
Downloads
118
Readme
Attestation Utility
This utility is designed for verifying attestation data in various formats. It supports multiple attestation providers and offers a range of commands to interact with attestation files and certificates.
Common Purposes
- Verify Attestation Data: Ensure the integrity and authenticity of attestation data using trusted certificates.
- Detail Attestation Information: Extract and display detailed information from attestation files.
- Export Public Keys: Extract public keys from attestation files and optionally compare them with source keys or save them to a file.
- Certificate Management: Detail and manage certificates used in the attestation process.
Installation
To install the utility, use npm:
npm install @peculiar/attestation-cliUsage
To get started, you can use the --help flag to see the available commands and options:
attest --helpFor detailed information on a specific command, use the --help flag with the command:
attest <command> --helpLicense
This project is licensed under the MIT License.
