Update roles/robosignatory/templates/robosignatory.toml.j2
This commit is contained in:
parent
cc3715271d
commit
d601017cad
1 changed files with 2 additions and 0 deletions
|
@ -467,6 +467,8 @@ handlers = ["console"]
|
||||||
to = "f39-python"
|
to = "f39-python"
|
||||||
key = "{{ (env == 'production')|ternary('f39-python', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('f39-python', 'testkey') }}"
|
||||||
keyid = "{{ (env == 'production')|ternary('18B8e74c', 'd300e724') }}"
|
keyid = "{{ (env == 'production')|ternary('18B8e74c', 'd300e724') }}"
|
||||||
|
file_signing_key = "fedora-39-ima"
|
||||||
|
|
||||||
|
|
||||||
[consumer_config.ostree_refs]
|
[consumer_config.ostree_refs]
|
||||||
[consumer_config.ostree_refs."fedora/rawhide/x86_64/iot"]
|
[consumer_config.ostree_refs."fedora/rawhide/x86_64/iot"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue