1. Introduction
  2. Concepts
  3. Concepts
  4. Client CLI
  5. How-to Guides
    1. Generate a key pair
    2. Share a public key
    3. Create a signers file
    4. Register a repository
    5. Activate a signers file
    6. Register a release
    7. Sign a release
    8. Update a signers file
    9. Revoke a signed release
    10. Download with verification
  6. Manual
    1. new-keys
    2. share-key
    3. new-signers-file
    4. update-signers
    5. register-repo
    6. register-assets
    7. list-pending
    8. sign-pending
    9. signature-status
    10. revoke
    11. download
    12. ping
  7. REST API
  8. Manual
    1. POST /v1/register_repo
    2. POST /v1/update_signers
    3. POST /v1/signatures
    4. GET /v1/signatures/{file_path}
    5. GET /v1/pending_signatures
    6. GET /v1/files/{file_path}
    7. GET /v1/files-to-sign/{file_path}
    8. GET /v1/get_signers/{file_path}
    9. GET /v1/get_signers_chain/{artifact_path}
    10. POST /v1/revoke
    11. POST /v1/assets