robosignatory: coreos: switch to the Fedora 32 signing key

We're rolling over to Fedora 32 so let's start signing content
with the Fedora 32 signing key.

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This commit is contained in:
Dusty Mabe 2020-06-01 14:32:21 -04:00
parent b46b45130a
commit f064aa4ad9
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

@ -485,7 +485,7 @@ handlers = ["console"]
[consumer_config.coreos]
bucket = "fcos-builds"
key = "{{ (env == 'production')|ternary('fedora-31', 'testkey') }}"
key = "{{ (env == 'production')|ternary('fedora-32', 'testkey') }}"
[consumer_config.coreos.aws]
access_key = "{{ fcos_builds_releng_aws_access_id }}"