PGP: add lists of keys signed by me and who signed my key

This commit is contained in:
Mikaela Suomalainen 2012-12-22 14:13:13 +02:00
parent 870b140845
commit ea03224933
7 changed files with 28175 additions and 1628 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@
*~ *~
*.kate-swp *.kate-swp
index. index.
# To avoid creating new file to this repository with tab fail
0x4DB53CFE82A46728

File diff suppressed because it is too large Load Diff

3
PGP/0x82A46728_signed Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
gpg --recv-keys 0x9710B89BCA57AD7C 0x7A02F9E7274CB629 0x4DB53CFE82A46728
gpg --export -a 0x9710B89BCA57AD7C 0x7A02F9E7274CB629 0x4DB53CFE82A46728 > 0x82A46728_signed.txt

13588
PGP/0x82A46728_signed.txt Normal file

File diff suppressed because it is too large Load Diff

3
PGP/0x82A46728_signed_by Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
gpg --recv-keys 0x62FE66853913CB03 0x9710B89BCA57AD7C 0x7A02F9E7274CB629 0x4DB53CFE82A46728
gpg --export -a 0x62FE66853913CB03 0x9710B89BCA57AD7C 0x7A02F9E7274CB629 0x4DB53CFE82A46728 > 0x82A46728_signed_by.txt

12777
PGP/0x82A46728_signed_by.txt Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff