gpg key
http://wiki.ubuntu.org.tw/index.php/DebPackaging
pub 1024D/F04CCC33 2005-11-16 Samuel Lu (Software Developer)
Key fingerprint = B144 49AA BC80 5007 0A2D 8642 EEE0 49D2 F04C CC33
sub 1024g/6B2E95E9 2005-11-16
Keyphrase: DaoIsEverything
gpg --output revoke.asc --gen-revoke (您的金鑰 ID)
- 輸出公眾金鑰
可以下列方式進行
gpg --output demo.gpg --export (您的金鑰 ID) 這是二元檔格式 或 gpg --armor --export (您的金鑰 ID) 這會輸出文字格式 -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.2.5 (GNU/Linux) ... -----END PGP PUBLIC KEY BLOCK----- 把這段文字複製起來,就可以用純文字檔釋出了