Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(22.04): add ubuntu archive signing key 2018 (canonical#78)
* feat(22.04): add ubuntu archive signing key 2018 This commit adds the Ubuntu Archive Automatic Signing Key (2018) as a "public-key" in the chisel.yaml. The armored data was obtained by executing the following commands on a Ubuntu 22.04 machine: $ gpg --keyserver keyserver.ubuntu.com --receive-keys 871920D1991BC93C $ gpg --armor --export 871920D1991BC93C BREAKING CHANGE: This commit introduces the new chisel yaml format "chisel-v2", in which ``public-keys`` (top-level) and ``archive.<name>.public-keys`` fields are introduced. This changes is related to the addition of integrity checks in chisel. [1] [1] canonical/chisel#106 * fix(22.04): revert chisel.yaml format to chisel-v1 * fix: rename public-keys to v1-public-keys
- Loading branch information