Skip to content

Commit

Permalink
chore: add backup trusted container signing key (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Dec 31, 2024
1 parent 30ebc11 commit 8a579ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion files/_base/etc/containers/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
"ghcr.io/rsturla/eternal-linux": [
{
"type": "sigstoreSigned",
"keyPath": "/etc/pki/containers/eternal-linux.pub",
"keyPaths": [
"/etc/pki/containers/eternal-linux.pub",
"/etc/pki/containers/eternal-linux-backup.pub"
],
"signedIdentity": {
"type": "matchRepository"
}
Expand Down
4 changes: 4 additions & 0 deletions files/_base/etc/pki/containers/eternal-linux-backup.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEyl3Gw2GjuPfpabv2QsOlzkTELBVU
7sewvHzJ2j2utW7KvSL96T3RqTgWhlk3eTY186/Hq3f9OpsvlCFEzhPnQQ==
-----END PUBLIC KEY-----

0 comments on commit 8a579ee

Please sign in to comment.