Skip to content

Commit

Permalink
Merge pull request #15 from wking/headers-go-likes-for-multi-key-keyring
Browse files Browse the repository at this point in the history
"BEGIN PGP ARMORED FILE" -> "BEGIN PGP PUBLIC KEY BLOCK" for Go
  • Loading branch information
openshift-merge-robot committed Jun 18, 2019
2 parents 91661e6 + eab0d87 commit cca4ce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -25,6 +25,7 @@ rhel:
gpg --dearmor < keys/verifier-public-key-redhat-release > "$$keydir/verifier-public-key-redhat.gpg"; \
gpg --dearmor < keys/verifier-public-key-redhat-beta-2 >> "$$keydir/verifier-public-key-redhat.gpg"; \
gpg --enarmor < "$$keydir/verifier-public-key-redhat.gpg" > "$$keydir/verifier-public-key-redhat"; \
sed -i 's/ARMORED FILE/PUBLIC KEY BLOCK/' "$$keydir/verifier-public-key-redhat"; \
echo "# Release verification against Official Red Hat keys" > \
manifests.rhel/0000_90_cluster-update-keys_configmap.yaml; \
oc create configmap release-verification -n openshift-config-managed \
Expand Down
4 changes: 2 additions & 2 deletions manifests.rhel/0000_90_cluster-update-keys_configmap.yaml
Expand Up @@ -4,7 +4,7 @@ data:
store-openshift-official-release: https://storage.googleapis.com/openshift-release/official/signatures/openshift/release
store-openshift-official-release-mirror: https://mirror.openshift.com/pub/openshift-v4/signatures/openshift/release
verifier-public-key-redhat: |
-----BEGIN PGP ARMORED FILE-----
-----BEGIN PGP PUBLIC KEY BLOCK-----
Comment: Use "gpg --dearmor" for unpacking
mQINBErgSTsBEACh2A4b0O9t+vzC9VrVtL1AKvUWi9OPCjkvR7Xd8DtJxeeMZ5eF
Expand Down Expand Up @@ -56,7 +56,7 @@ data:
IUgShFU/65aLjh7sX3Zmb2tQ4Vb1Aul4+/okzE1SVAKv+FMp99T9TiZgNmtD0wgK
lpGyUoChXHLIz6E2y8sYbjEjZBGRR75Wa0ivb5z85n4kR9Dq8d8GKTE=
=syRO
-----END PGP ARMORED FILE-----
-----END PGP PUBLIC KEY BLOCK-----
kind: ConfigMap
metadata:
annotations:
Expand Down

0 comments on commit cca4ce6

Please sign in to comment.