Skip to content

Commit

Permalink
constants: Add more details to GPGPublicKey comment
Browse files Browse the repository at this point in the history
This also removes the explicit keyserver as they are synced with each
other, and this allows distros to change the default if they want.
  • Loading branch information
cfergeau authored and praveenkumar committed Jul 12, 2022
1 parent 5d56e90 commit 4f1cdc8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/crc/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ const (
ClusterDomain = ".crc.testing"
AppsDomain = ".apps-crc.testing"

// GPGPublicKey key is submitted to keyserver.ubuntu.com and can be fetched using
// gpg --keyserver hkps://keyserver.ubuntu.com --recv-key DC7EAC400A1BFDFB
// This public key is owned by the CRC team ([email protected]), and is used
// to sign bundles uploaded to an image registry.
// It can be fetched with: `gpg --recv-key DC7EAC400A1BFDFB`
GPGPublicKey = `-----BEGIN PGP PUBLIC KEY BLOCK-----
mDMEYrvgDRYJKwYBBAHaRw8BAQdAoW+hjSRYpTAdLEE1u6ZuYNER1g97e8ygT4ic
Expand Down

0 comments on commit 4f1cdc8

Please sign in to comment.