tree: 363f811828123d4d196e8cf7fa1faf32cc18029d [path history] [tgz]
  1. bin/
  2. image_signing/
  3. lib/
  4. signer_instructions/
  5. __init__.py
  6. OWNERS
  7. README.md
signing/README.md

Chromite Signer

Objective

This doc tries to give an overview of how the signer interacts with its world.

Background

It is assumed that you have read go/cros-domain-model and are familiar with the contents.

Directory Overview

You can use Code Search to lookup things in Chromite or ChromeOS in general. You can add a ChromeOS filter to only show files from CrOS repositories by going to CS Settings and adding a new Saved query: “package:^chromeos” named “chromeos”.

signing/lib

Code here is expected to be imported whenever needed throughout chromite.signing.

signing/signer_instructions

See that README.md.