Skip to content

Commit 4f1cdc8

Browse files
cfergeaupraveenkumar
authored andcommitted
constants: Add more details to GPGPublicKey comment
This also removes the explicit keyserver as they are synced with each other, and this allows distros to change the default if they want.
1 parent 5d56e90 commit 4f1cdc8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pkg/crc/constants/constants.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ const (
4242
ClusterDomain = ".crc.testing"
4343
AppsDomain = ".apps-crc.testing"
4444

45-
// GPGPublicKey key is submitted to keyserver.ubuntu.com and can be fetched using
46-
// gpg --keyserver hkps://keyserver.ubuntu.com --recv-key DC7EAC400A1BFDFB
45+
// This public key is owned by the CRC team (crc@crc.dev), and is used
46+
// to sign bundles uploaded to an image registry.
47+
// It can be fetched with: `gpg --recv-key DC7EAC400A1BFDFB`
4748
GPGPublicKey = `-----BEGIN PGP PUBLIC KEY BLOCK-----
4849
4950
mDMEYrvgDRYJKwYBBAHaRw8BAQdAoW+hjSRYpTAdLEE1u6ZuYNER1g97e8ygT4ic

0 commit comments

Comments
 (0)