Last active
August 29, 2023 19:48
-
-
Save jralvarezc/10dfaf6691edb6abe833a9f14a2621a8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ keybase pgp list | |
Keybase Key ID: 01010d882fb54fd77c1d1657963de6751bf0438ea530f5fe5233579547759e1a25b70a | |
PGP Fingerprint: 83ca2c614e54bf1de73e83971b528e4c722dcf04 | |
PGP Identities: | |
Keybase Key ID: 01017665a30d8b632b83e541537504d767a22c4ce93b0f50832f19a3e844518453930a | |
PGP Fingerprint: 3660bc4ab81d3472b1fff0adc8c71a9539bb323d | |
PGP Identities: | |
Keybase Key ID: 0101136cd4075f96c30ace40cf2c0243c6f410a5fe723d74cfe7b66339fa409a89dd0a | |
PGP Fingerprint: ad07fcba7dbe90338618549cca8af23220d60863 | |
PGP Identities: | |
# remove keybase by default keys | |
$ keybase pgp drop 01010d882fb54fd77c1d1657963de6751bf0438ea530f5fe5233579547759e1a25b70a | |
▶ INFO Revoking KIDs: | |
▶ INFO 01010d882fb54fd77c1d1657963de6751bf0438ea530f5fe5233579547759e1a25b70a | |
# remove exported/imported old keys with mixed capabilities | |
$ keybase pgp drop 01017665a30d8b632b83e541537504d767a22c4ce93b0f50832f19a3e844518453930a | |
▶ INFO Revoking KIDs: | |
▶ INFO 01017665a30d8b632b83e541537504d767a22c4ce93b0f50832f19a3e844518453930a | |
# only stored public keys on server with separate capabilities | |
$ keybase pgp list | |
Keybase Key ID: 0101136cd4075f96c30ace40cf2c0243c6f410a5fe723d74cfe7b66339fa409a89dd0a | |
PGP Fingerprint: ad07fcba7dbe90338618549cca8af23220d60863 | |
PGP Identities: | |
# verified by url | |
curl https://keybase.io/jralvarezc/pgp_keys.asc | gpg | |
gpg: WARNING: no command supplied. Trying to guess what you mean ... | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 7949 100 7949 0 0 16423 0 --:--:-- --:--:-- --:--:-- 16457 | |
pub rsa4096 2019-08-18 [C] [expires: 2020-08-17] | |
AD07FCBA7DBE90338618549CCA8AF23220D60863 | |
sub rsa3072 2019-08-18 [S] [expires: 2020-08-17] | |
sub rsa3072 2019-08-18 [E] [expires: 2020-08-17] | |
sub rsa3072 2019-08-18 [A] [expires: 2020-08-17] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment