Created
December 15, 2023 18:34
-
-
Save PastaPastaPasta/a67072a9b9284af0f455c9b76ac5bf2b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See the attached file locations_of_pasta_gpg_key.txt | |
# Validation | |
You can validate these in a few ways | |
## Sha256Sum validation | |
The github/gitlab provided keys should hash exactly as a TXT record at pasta-gpg-sha256.dashboost.org | |
``` | |
dig pasta-gpg-sha256.dashboost.org TXT +short | |
``` | |
this should return `17de695f9e56fb8b95cce31b16dae236d23a6c5bf6a6199527d66d493d275348` | |
To confirm my gpg ID / fingerprint, simply dig against this domain pasta-gpg-id.dashboost.org | |
``` | |
dig pasta-gpg-id.dashboost.org TXT +short | |
``` | |
"29590362EC878A81FD3C202B52527BEDABE87984" | |
Any of these keys can be checked for fingerprint such as | |
``` | |
curl https://keyserver.ubuntu.com/pks/lookup\?op\=get\&search\=0x29590362ec878a81fd3c202b52527bedabe87984 | gpg | |
``` | |
Note the `29590362EC878A81FD3C202B52527BEDABE87984` in the output |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://raw.githubusercontent.com/dashpay/dash/v20.0.2/contrib/builder-keys/pasta.pgp | |
https://gist.githubusercontent.com/PastaPastaPasta/ae19c1826a91a9c8d126150e903df7e0/raw/6a232f7fad99ee729177883056b8716d79380e73/pasta.pgp | |
https://gitlab.com/dashpay/dash/-/raw/v20.0.2/contrib/builder-keys/pasta.pgp | |
https://keybase.io/pasta/pgp_keys.asc?fingerprint=29590362ec878a81fd3c202b52527bedabe87984 | |
https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x29590362ec878a81fd3c202b52527bedabe87984 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment